Skip to content

Latest commit

 

History

History
50 lines (38 loc) · 1.6 KB

README.md

File metadata and controls

50 lines (38 loc) · 1.6 KB

Track IT

A complete habit tracking application. Entitled to register, login.

Captura de tela de 2022-08-08 12-22-51



View Demo

About

This is an web application with which lots of people can manage and make daily tracking, like set some goals as example: read books, run everyday some hours etc. Below are the implemented features:

  • Sign Up
  • Login
  • Authentication
  • List all the tracked habits
  • Put as check or uncheck if you had done a specific habit/activity.

Technologies

How to run

  1. Clone this repository
  2. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. For better results use the viewport (375px width), its a responsive app.