It is a self - improvement web app built using Flask where you can track your habits and analyze them with graphs.
- Run
pip install -r requirements.txt
- Run
python main.py
- It redirects to index.html. If you are a new user, click Register button and if you are an existing user click Login button.
- After creating new user, it redirects to dashboard.html.
- In the dashboard.html, press the 'add tracker' button to add a tracker. It will then redirect back to dashboard.html saving a table of trackers with Add, Edit and Delete option.
- To add logs, press the Add button and enter the log.
- To see details about the tracker, press the name of the tracker.
- A graph will be displayed and details of the logs.
- Return to dashboard to logout