A simple and user-friendly to-do list web application built with Python, Flask, HTML, and CSS. This project allows users to add, update, and delete tasks through a clean web interface.
- Add new tasks
- Mark tasks as complete
- Edit and delete tasks
- Persistent storage with SQLite
- Python
- Flask
- HTML/CSS
- Jinja2
- Clone the repository
- Create a virtual environment and activate it
- Install dependencies using
pip install -r requirements.txt - Run
app.py - Open your browser and go to
http://127.0.0.1:5000