Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 2.03 KB

README.md

File metadata and controls

37 lines (28 loc) · 2.03 KB

Habit Tracker

HTML CSS Python MongoDB Flask Jinja

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.

User Experience


Home Habit Completed Add New Habit
Home Completed Add_New

Usage

To use the Habit Tracker app, follow these steps:

  1. Click on the following link to access the app: Habit Tracker.
  2. Add a habit you want to track.
  3. Once you complete a habit, click on it to mark it as completed.
  4. To view your activity, select the date, and the tracker data of that particular date would be visible.

Contributions

If you want to contribute to the project, follow these steps:

  1. Fork the project.
  2. Create a new branch.
  3. Make your changes and commit them.
  4. Push to your forked repository.
  5. Open a pull request.

Credits

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.