Digital Habit Tracker
A web-based digital habit tracker to help you organize your week, track habits, and stay productive. Built with Flask, HTML, CSS, and JavaScript, this app includes a Pomodoro timer, a weekly calendar for habits, and a “Reset Week” feature.
- Pomodoro Timer: Focused 25-minute work sessions with start, pause, and reset controls.
- Weekly Calendar: Add multiple habits per day and check them off as you complete them.
- Reset Week Button: Clear all habits to start a new week.
- Multiple Habits per Day: Each day can hold multiple habits, with scrollable overflow if needed.
- Responsive Layout: Timer, calendar, and helpful links panels aligned neatly.
- Helpful Links Section: Quick access to study tips, meditation, and motivation resources.
- Python 3.x
- Flask (
pip install flask)
- Clone the repo:
git clone https://github.com/jpomarn/digital-habit-tracker.git