An easy habit tracker app
Demo link: https://track-it-auzguov28-thiagowirz.vercel.app/
This is an web application which you can create, delete and manage their habits. Below are the implemented features:
- Sign Up
- LogIn
- LogIn persistence
- Create and Delete habits
- Check Habits
- Check Progress for daily Habits
Future features
- Habits Historic
The following tools and frameworks were used in the construction of the project:
- Clone this repository
- Install dependencies
npm i
- Run with
npm start