https://github.com/mahmoudnasser1561/habit_tracker
Habit_Tracker is a Flask web app that allows users to track, manage, and visualize their daily habits.
https://github.com/mahmoudnasser1561/habit_tracker
flask flask-forms mongodb
Last synced: 2 months ago
JSON representation
Habit_Tracker is a Flask web app that allows users to track, manage, and visualize their daily habits.
- Host: GitHub
- URL: https://github.com/mahmoudnasser1561/habit_tracker
- Owner: mahmoudnasser1561
- Created: 2025-04-21T22:17:07.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-21T22:32:03.000Z (about 1 year ago)
- Last Synced: 2025-04-24T00:58:28.442Z (about 1 year ago)
- Topics: flask, flask-forms, mongodb
- Language: CSS
- Homepage:
- Size: 22.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Habit Tracker
### Overview
Habit Tracker is a simple, web-based application that helps you build and maintain habits.
With Habit Tracker, you can:
- Add new habits easily.
- Mark habits as completed for specific days.
- Browse all your habits in one place.
- View a full timeline to track your daily progress over time.
### Kubernates Arch Diagram
### Kubernates Dashboard

### Installation
**first create a virtual env**
* ```python3 -m venv venv```
**Activate the virtual environment**
* ```source venv/bin/activate```
**then install requiremnets**
* ```pip install -r requirements.txt```
**run the server**
* ```flask run```