HabitTracker is a sleek and minimal web app built with Next.js to help users track and manage their daily habits effortlessly. Designed for simplicity and productivity, it offers a user-friendly interface to monitor progress and stay consistent.
- ✅ Add, track, and mark habits day-wise
- 📅 Weekly view for daily tracking
- 💾 Data persistence via LocalStorage
- 💻 Responsive design for desktop and mobile
- 🌐 Built using Next.js 14, Tailwind CSS & TypeScript
- Next.js
- React
- Tailwind CSS
- TypeScript
- LocalStorage API
-
Check out the live version here:
To run the project locally:
git clone https://github.com/your-username/habittracker.git
cd habittracker
npm install
npm run dev
