Skip to content

raulriato/TrackIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

TrackIt is a web app to help you keep tracking of your habits. Add your habits and check how you're doing!

Try it now: http://track-it-rust-phi.vercel.app/

Features

  • Sign Up
  • Sign In
  • List of your habits
  • Create a new habit
  • List of habits of the day

Technologies

How to run

  1. Clone this repository
# HTTPS
git clone https://github.com/raulriato/TrackIt.git

# SSH
git clone [email protected]:raulriato/TrackIt.git
  1. Install dependencies
# npm
npm i

# yarn
yarn
  1. Run the app with
# npm
npm start

# yarn
yarn start
  1. Finally, access http://localhost:3000 on your favorite browser