listCart is a Progressive Web App (PWA) that helps you manage shopping or to-do lists with a clean and modern interface.
It supports light/dark themes, offline use, and can be installed on mobile and desktop devices.
🔗 Live Site: listCart Demo
📂 Repository: listCart Repo
- ✅ Add, edit, and delete items
- 🌗 Dark/Light mode toggle
- 📱 Responsive & mobile-friendly design
- 💾 Local storage support (data stays after refresh)
- 📲 PWA installable on devices
- 🖱️ Smooth UI with modern buttons & interactions
- HTML5
- CSS3 (SCSS optional for styling)
- JavaScript (Vanilla)
- PWA (Service Worker + Manifest)
- GitHub Pages (Deployment)
- Open the site in Chrome/Edge
- Click the install prompt (or "Add to Home Screen" on mobile)
| Light Mode | Dark Mode |
|---|---|
![]() |
![]() |
listCart/
│── index.html
│── style.css
│── script.js
│── manifest.json
│── sw.js
│── images/
│ └── all images/
- Drag & drop reordering
- Categories & filters
- Cloud sync with login
- Animations & transitions

