A habit tracker application created during the Online MOOC Web Developer Bootcamp with Flask and Python. The app allows users to track their habits by adding them to the app. Once a habit is completed, users can mark it as completed. The user's activity is displayed in a date-wise manner where the user can select the date, and the tracker data of that particular date would be visible.
Home | Habit Completed | Add New Habit |
---|---|---|
To use the Habit Tracker app, follow these steps:
- Click on the following link to access the app: Habit Tracker.
- Add a habit you want to track.
- Once you complete a habit, click on it to mark it as completed.
- To view your activity, select the date, and the tracker data of that particular date would be visible.
If you want to contribute to the project, follow these steps:
- Fork the project.
- Create a new branch.
- Make your changes and commit them.
- Push to your forked repository.
- Open a pull request.
This project was created by Kadiyala Mani with the help of Udemy's Coursework: Web Developer Bootcamp with Flask and Python in 2023 by Jose Salvatierra.