A habits tracking app written in React that allows you to improve your discipline!
https://projeto-track-heomxlrj4-gaabrielmooreira.vercel.app/
- Register & Authentication
- Create a new habit with the days
- Today habits, check habits that you made
# Clone this repository
$ git clone <https://github.com/gaabrielmooreira/track-it.git>
# Access the project folder cmd/terminal
$ cd track-it
# Install the dependencies
$ npm install
# Compile the code
$ npm run build
# Run the application
$ npm start
# The server will automatically start at localhost:3000/ on your favorite browser