/TrackIt

Web application for monitoring habits, with Login and SignUp on a API. Built using HTML5, CSS-in-JS and React technologies with libraries.

Primary LanguageJavaScript

Trackit

A habits tracking app written in React that allows you to improve your discipline!

Try it now here

About

Below are the implemented features on this App:

  • Sign Up
  • Login
  • List of today habits to check.
  • List all user habits.
  • Form to create new habits, choosen name and days.

Below are the not yet implemented features on this App:

  • Historic route with the days sucess ou fail habits on a calenddar. (comming soon)

By using this App, the Client can take a look on his/her objectives and has a checkpoint to self remember.

Technologies

The following tools and frameworks were used in the construction of the project:

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. Finally access http://localhost:3000 on your favorite browser.
  2. Test It by yourself...