Light and intuitive task manager.
Created using Flask, SQLAlchemy/SQLite, and the Semantic UI library.
Run the below:
git clone https://github.com/malcolmrichardson/task-tracker-flask.git
cd task-tracker-flask
source venv/bin/activate
pip install -r requirements.txt
python app.py
Application runs on https://127.0.0.1:5000 by default.
Enjoy and thank you!