With this single page application, you will be able to save habits to track them during the week. All data is managed by a third-party mock API, however you can build your own API to serve this application.
Just name the habits that you'd like to track
Check it when you're done
Delete habits easily
- ReactJs
- Context API
- Styled Components
You can check out a working version of this project on Vercel. Click here
E-mail: lightyear@seed.com
Password: seed123This project was initialized with Create React App, so make sure you have the latest stable version of npm for running locally.
git clone https://github.com/f7lipe/trackit
βοΈ Create a .env file in the root of your project folder and configute it to look something like this
PORT = 3000
API = https://mock-api.bootcamp.respondeai.com.br/api/v2/trackitπ» Inside the folder, run the following command to install the dependencies.
npm install
π Finished the process, just start the app
npm start