A mainly mobile front-end habits tracking app written in React that allows you to improve your discipline! You can set your habits and the days of the week you plan to do them.
Try it out now at https://track-it-sage.vercel.app/
The ideia of this website is to have a habits tracking website. Set your tasks and it will show you the ones that need to be done each day. Below are the implemented features:
- Sign up
- Login
- Logout
- Add/Remove habits
- Mark habits as done/undone
- See your daily progress
- Check your past days progress on the calendar
- Past days log of done tasks at calendar
The main purpose of this website was to develop login/sign up knowledges.
The following tools and frameworks were used in the construction of the project:
$ git clone https://github.com/AbellasJuan/Track-It
$ cd track-it
$ npm i
$ npm start