A simple Web Application where you can Track your daily habits and you can also track of previous 6 days.
Homepage:
Display all habits of user, user can also delete that habit and user can see track of previous 6 days.
Weekly View page:
Display the track of last 6 days where user can set a status if user completed,incompleted or none the status.
- Clone the project.
- Go to folder.
- Run following command.
npm install - Connect to mongodb.
- Run command:
nodemon ./index.js - Go to https://localhost/8000.
- Happy Learning!!