DiegoBeker / Trackit

Application built to create and track habits.

Home Page:https://trackit-one-beta.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Track It

An easy way to track your habits. Create your account and sign in to add and follow your daily habits.

Try it out now at https://trackit-one-beta.vercel.app/

About

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

  • Sign Up
  • Login
  • Add habit
  • Delete Habit
  • List all habits
  • List habits of the current day
  • Check/Uncheck habit
  • Progress bar

By using this app users can follow their progress every day and help them create and maintain habits in their routine.

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.

About

Application built to create and track habits.

https://trackit-one-beta.vercel.app


Languages

Language:JavaScript 98.1%Language:HTML 1.9%