A simple and intuitive To-Do Website built using Flask, designed to help users manage their tasks efficiently.
https://todo-website-1-zyai.onrender.comThis project is organized into the following structure:
instance/: Contains the database files.templates/: Contains all HTML files.static/: Includes CSS and images for the website.app.py: Main Flask application file.requirements.txt: Lists all dependencies for the project.
- Add, edit, and delete tasks with ease.
- Organize your daily to-dos efficiently.
- Interactive user interface with responsive design.
- Database support for task persistence.
- Python 3.x installed on your system.
- Flask library (refer to
requirements.txt).
- Clone the repository:
git clone https://github.com/yourusername/todo-website.git
- Navigate to the project directory:
cd todo-website - Install the dependencies:
pip install -r requirements.txt
- Run the Flask application:
python app.py
- Open the website in your browser at:
http://127.0.0.1:5000/
If you found this project helpful or have any suggestions, feel free to connect:
This project is licensed under the MIT License.