A Progressive Web App (PWA) for tracking progress towards goals. This app allows users to create multiple trackers, each with a current value and target value. Progress is displayed visually with progress bars.
This project exists because I want to track some things on my smartphone but most native apps either have limitations to trigger subscriptions or are full of ads.
- Create multiple progress trackers with custom names
- Set current and target values for each tracker
- View progress as a percentage with visual progress bars
- Update values any time with automatic date tracking
- View history of all value updates
- Delete trackers when no longer needed
- Works offline with full PWA functionality
- All data stored locally on the device
- Installable on supported devices and browsers
This app is built using standard web technologies:
- HTML5
- CSS3
- JavaScript (ES6+)
- Progressive Web App (PWA) features:
- Service Worker for offline support
- Web App Manifest for installability
- LocalStorage for data persistence
- Open the app in a modern web browser
- Create a new tracker by filling out the form at the top
- View your trackers in the list below
- Update values by clicking the "Update Value" button
- View history by clicking the "Show History" button
- Delete trackers by clicking the "Delete" button
This app is designed to be deployed on GitHub Pages.
MIT License