- 📱 Installable — Add to home screen for a native app experience
- 🌙 Dark Mode — Auto-detects system preference
- 💾 Offline Ready — All data stored locally in browser
- ⚡ Fast & Lightweight — No backend, no accounts, just lists
| Category | Technology |
|---|---|
| Framework | React 19 |
| Language | TypeScript 5.8 |
| Build Tool | Vite 6 |
| Storage | localStorage |
| Hosting | Vercel |
Prerequisites: Node.js 18+
# Clone the repo
git clone https://github.com/om-surushe/grocertrack-pwa.git
cd grocertrack-pwa
# Install dependencies
npm install
# Start dev server
npm run devOpen http://localhost:5173 in your browser.
npm run build
npm run previewContributions are welcome! Feel free to open an issue or submit a pull request.
- Fork the repository
- Create your feature branch (
git checkout -b feature/awesome-feature) - Commit your changes (
git commit -m 'feat: add awesome feature') - Push to the branch (
git push origin feature/awesome-feature) - Open a Pull Request
This project is licensed under the MIT License.
Made with ☕ by Om Surushe
