A modern habit tracker with:
- Dashboard and daily habit checklist
- Dynamic progress insights with a cat mood
- Working Pomodoro timer
- Weekly progress chart
- Streak tracking
- Calendar/history view
- Dark mode
- Local persistence with localStorage
npm install
npm run install-all
npm run devFrontend: http://localhost:5173
The current version is frontend-first and stores demo data in localStorage so it can be presented immediately. The server folder contains a clean Express starting point for connecting MongoDB/JWT later.