A simple To-Do List web application built with Python and Flask. Users can add, delete, and manage their tasks through a clean web interface.
- Add new tasks
- Delete completed tasks
- View list of pending tasks
- Lightweight and easy to run locally
- Python 3
- Flask
- HTML/CSS (for frontend)
- SQLite (or in-memory list)
- Clone the repository
git clone https://github.com/GAGGZ1/To-Do-List-Python-and-Flask-.git
cd To-Do-List-Python-and-Flask
- Install dependencies
pip install -r requirements.txt
- Run the app
python app.py
- Open in browser
Visit http://127.0.0.1:5000/
in your web browser.
├── app.py
├── templates/
├── static/
├── requirements.txt
└── README.md
This project is open-source and free to use under the MIT License.