This project is a very intuitive app to track your habits that helps you to increase your discipline!
Try it out now on https://track-it-five.vercel.app/ or check the demo gif below!
This is an web application which people can track your own habits. Below are the implemented features:
- Sign Up
- Login
- List all habits
- Add a habit
- Delete a habit
- Check a habit as done/undone
- View the month history of sequency of done habits
By using this app any user can learn how they've been using their time and how to be more productive with the time their got.
The following tools and frameworks I used in the construction of the project:
- Clone this repository
- Install dependencies
npm i
- Run the front-end with
npm start
- You can optionally build the project running
npm run build
- Finally access http://localhost:3000 on your favorite browser (unless it is Internet Explorer. In this case, think better about your life decisions)