Track It is an app for habits, you can create, delete and keep up with your current habits every day.
Login Page (Other pages will be available soon):
You can check de demo version in the following link: track-it-orcin.vercel.app
I build this app with the intention to develop something that is usefull and anyone can use it.
Features:
- Login
- Sign up
- Add new habit
- Delete a habit
- List current habits
- Keep up with your progress
- Check personal record
Next Features:
- Calendar with month habits
- Logout
- Edit profile
-
Clone this repository
-
Install dependencies
npm i
- Run the application with
npm start
- You can optionally build the project running
npm run build
- Finally, access http://localhost:3000 on your favorite browser