Daily habit tracker with streaks, progress and motivation quotes. PWA — works offline, add to home screen.
https://bodhiprotocol.github.io/habit-tracker/
| Feature | Details |
|---|---|
| Custom habits | Add habits with your own name and a picked emoji icon |
| Daily check-off | Tap a habit card to mark it done for the day |
| Streak tracking | 🔥 counter for consecutive fully-completed days |
| Motivation quotes | A rotating quote card to keep you going |
| Local-only storage | All data stays in your browser — nothing sent anywhere |
| PWA | Installable to your home screen, works fully offline |
| Zero dependencies | Pure HTML + CSS + JS |
https://bodhiprotocol.github.io/habit-tracker/
git clone https://github.com/BodhiProtocol/habit-tracker.git
# Open index.html in any browser- Add a habit, give it a name and pick an emoji
- Tap the habit card each day you complete it
- Watch your streak grow the more consecutive days you hit every habit
- Read the daily motivation quote for a nudge
| Aspect | Details |
|---|---|
| Architecture | Single HTML file (SPA) |
| Technology | Vanilla JS, localStorage for persistence |
| Dependencies | Zero |
| Browser support | Chrome 60+, Firefox 55+, Safari 11+, Edge 79+ |
- No tracking, no analytics, no external requests
- All habit data stays in your browser's local storage
MIT — free for personal, educational, and commercial use.
Created by BodhiProtocol · Built with Claude AI