A simple web-based To-Do list application built with Python + Flask, using SQLite for persistence.
You can try the running app here:
https://kd0859.pythonanywhere.com/
This is a minimal CRUD-style To-Do app where you can:
- Add tasks
- View existing tasks
- Mark tasks as done or delete them
The project is lightweight, easy to understand, and great for beginners learning Flask.
- Python
- Django β routing, backend, templates
- SQLite
- HTML / Jinja2 templates
Dependencies are listed in requirements.txt.
- Add a new task
- Display all tasks
- Delete tasks
- Very clean and simple UI