A modern, minimalist multi-counter application built with vanilla HTML, CSS, and JavaScript. Designed as a Progressive Web App (PWA) for offline use and installability.
- Multiple Counters: Create and manage multiple counters for different needs.
- Persistent Storage: Data is saved automatically to your browser's local storage.
- PWA Support: Installable on mobile and desktop, works offline.
- Clean UI: Minimalist design with a focus on usability.
- Context Menu: Rename, reset, or delete counters easily.
- Open the Live Demo.
- Desktop: Click the install icon in the address bar.
- iOS: Tap the "Share" button -> "Add to Home Screen".
- Android: Tap "Add to Home Screen" from the browser menu (or wait for the prompt).
- Clone the repository.
- Serve the files using a local web server (required for PWA features).
# Python 3 python3 -m http.server # Node.js (http-server) npx http-server .
- Open
http://localhost:8000in your browser.
index.html: Main application structure.style.css: Styles and theming.script.js: Application logic.manifest.json: PWA configuration.service-worker.js: Offline caching logic.
MIT