A simple Todo List web application built using Python and Flask. The app allows users to:
- Add tasks
- Mark tasks as completed
- Remove tasks
-
Install Flask:
pip install flask
-
Run the app:
python app.py
-
Open your browser and go to http://127.0.0.1:5000/.
- Add new tasks
- Mark tasks as completed
- Remove tasks
Enjoy managing your tasks!