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/
- Sign Up
- Sign In
- List of your habits
- Create a new habit
- List of habits of the day
- Clone this repository
# HTTPS
git clone https://github.com/raulriato/TrackIt.git
# SSH
git clone git@github.com:raulriato/TrackIt.git- Install dependencies
# npm
npm i
# yarn
yarn- Run the app with
# npm
npm start
# yarn
yarn start- Finally, access http://localhost:3000 on your favorite browser

