This project was bootstrapped with Create React App.
In the project directory, you can run:
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.
You may also see any lint errors in the console.
The Habit Tracker Web App is a React-based application designed to help you track your daily habits effortlessly. With features like habit status tracking, a 7-day view, and the ability to change statuses for today and the past, it empowers users to build positive routines.
- Add multiple habits to track, such as reading a book, going to the gym, and more.
- Track each habit every day with three statuses: Done, Not Done, or None.
- View and manage all current habits, including adding new ones to track.
- A dedicated view to display the last 7 days' status for each habit.
- Easily mark today's habit status and review the previous 6 days' statuses.
- Toggle between Done, Not Done, or None statuses for today and past days.
- Built using React, Redux, and React Router for a seamless user experience.
- No user authentication required, making it simple to get started.
You can try out a live demo of the Habit Tracker Web App at Demo Link.
Follow these instructions to set up the project on your local machine.
- Node.js and npm installed on your machine.