A simple and intuitive habit tracker app built with React, allowing users to add, track, and manage their habits. The app allows users to toggle habits as completed for each day, track streaks, and remove or edit habits.
- Add new habits: Users can add habits with a title.
- Track progress: Mark habits as completed or not for the day.
- Habit Streaks: Displays streaks for each habit.
- Edit habits: Users can edit habit titles.
- Delete habits: Remove any habit from the list.
- Frontend: React
- State Management: React hooks (
useState) - Deployment: Vercel
Ensure you have the following installed:
- Node.js (v16.x.x or later)
- npm (v7.x.x or later)
-
Clone the repository to your local machine:
git clone https://github.com/your-username/mini-smart-habit-tracker.git