This is an prototype app to track daily tasks and habits. You can see version Beta here.
- Task (habit) management
- User-specific task registers
- Frontend with Streamlit to register task completion
- Display progress history and daily achievement percentage using widgets
- Lightweight data storage (SQLite)
Clone the repository:
git clone https://github.com/yourusername/task_tracker_app.git
cd task_tracker_app
Use it poetry.
Install Poetry if you don't have it:
curl -sSL https://install.python-poetry.org | python3 -
Install the dependencies:
poetry install
Activate the virtual environment:
poetry shell
export PYTHONPATH=$(pwd)
streamlit run ui/app.py
We welcome contributions to improve the Task Tracker App! Here's how you can contribute:
-
Fork the repository
Click the "Fork" button on the top-right corner of this repository to create your own copy. -
Clone your fork
Clone the repository to your local machine:git clone https://github.com/yourusername/task_tracker_app.git cd task_tracker_app