Skip to content

AbellasJuan/Track-It

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

TrackIt

A mainly mobile front-end habits tracking app written in React that allows you to improve your discipline! You can set your habits and the days of the week you plan to do them.

TrackIt

Try it out now at https://track-it-sage.vercel.app/

About

The ideia of this website is to have a habits tracking website. Set your tasks and it will show you the ones that need to be done each day. Below are the implemented features:

  • Sign up
  • Login
  • Logout
  • Add/Remove habits
  • Mark habits as done/undone
  • See your daily progress
  • Check your past days progress on the calendar
  • Past days log of done tasks at calendar

The main purpose of this website was to develop login/sign up knowledges.

Technologies

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

Installing

Clone this Repository

$ git clone https://github.com/AbellasJuan/Track-It

Access the directory where you cloned it

$ cd track-it

Install dependencies

$ npm i

Run the front-end with

$ npm start

This command will open your favorite browser and access http://localhost:3000 by default

Releases

No releases published

Packages

No packages published