A simple full CRUD Todo app built with Flask, SQLite, and Bootstrap.
- Add, Edit, Delete todos
- Bootstrap-styled UI
- SQLite with SQLAlchemy ORM
- Clean Jinja2 templating
git clone https://github.com/your-username/your-repo-name.git
cd your-repo-name
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt
python main.py