An easy way to track your habits and see your history
Try it out now at https://track-it-inky.vercel.app/ -- backend offline! :(
In this web application, you can register how many habits you want. Below are the implemented features:
- Register
- Login
- Progress bar
- Historic
- Add habit
- Remove habit
react; create-react-app; styled-components; axios; react-router-dom;
react-calendar; react-loader-spinner and react-circular-progress-bar.
- Clone this repository
- Install dependencies
npm i
- Open it
npm run start