CrystopherCarpenter / track-It

Web app that helps to create and track your habits

Home Page:https://track-it-j773tnotr-crystophercarpenter.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track It

A web app to manage your habits. Here you can record your habits, create new (good) habits, delete old ones and track your daily progression in executing them.

Technologies

The technologies that were used in this 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 on your browser access http://localhost:3000 (or the one indicated in the terminal after the execution of the npm start)

You can also freely test the app in the following link:

https://track-it-j773tnotr-crystophercarpenter.vercel.app/

About

Web app that helps to create and track your habits

https://track-it-j773tnotr-crystophercarpenter.vercel.app/


Languages

Language:JavaScript 98.1%Language:HTML 1.9%