/trackit

An easy to use habit tracker. Keep all your habits within reach and organized, improving your lifestyle and motivation!

Primary LanguageJavaScript

Trackit

An easy to use habit tracker. Keep all your habits within reach and organized, improving your lifestyle and motivation!

Try it out now at https://trackit-n6hft66gm-dcapeans.vercel.app/

This is an web application with which lots of people can manage and track their habits and chores. Below are the implemented features:

  • Sign Up
  • Login
  • List all habits for a user for today
  • Check habit done
  • Uncheck habit undone
  • List all habits for a user
  • Add habit
  • Delete habit
  • Calendar showing history of user's habits

By using this app any user can stay motivated and improve their lifestyle one day at a time

Technologies

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

This app uses a external API for saving and retrieving data

Add this URL to the .env file: https://mock-api.bootcamp.respondeai.com.br/api/v2/trackit

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 (unless it is Internet Explorer. In this case, review your life decisions)