This project is a Flask-based ToDo application designed to help users manage their tasks efficiently. It features a user-friendly interface for adding, deleting, and updating tasks. The application can be used as a web service or run locally for personal task management.
flasktodo-demo.mp4
- Python 3.6+
- pip
-
Clone this repository or download the ZIP file and extract it.
-
Navigate to the project directory.
cd ToDoList-Python-Flask
-
Install the required Python packages.
pip3 install -r requirements.txt
To run the Flask application:
python3 app.py
For the desktop application:
python3 desktop.py
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please ensure to update tests as appropriate.
Distributed under the MIT License.