A habit tracking app built with React, TypeScript, and Tailwind CSS.
Try it out here! -> https://amormio25.github.io/habit-tracker/
- Habit Management: Add and delete habits with a simple form.
- Daily Tracking: Mark habits complete for each day of the week with one click.
- Week Navigation: Browse previous and upcoming weeks with prev/next controls.
- Streak Tracking: See your current streak for each habit.
- Daily Progress: View how many habits you've completed today at a glance.
- Persistent State: Habits and completions are saved to localStorage across refreshes.
- Smart Date Handling: Future days are disabled so you can't check off habits ahead of time.
npm install
npm run dev- Followed project tutorial by WebDevSimplified for learning React