Track It consist in a complete habit tracking application for you week. In this project you can create your account and manage your weekly activities. The project consume an api and some libraries like react-loader-spinner, react-circular-progressbar, dayjs and react-calendar!
# Clone this repoository
$ git clone https://github.com/thalesgomest/track-it.git
# Change to project directory
$ cd track-it
# Install all dependencies
$ npm i
# Run the project with
$ npm start
# You can optionally build the project running
$ npm run build
# Finally
$ The server will start on port:3000. Access http://localhost:3000 on your favorite browser