A simple To-Do application built with Flask, a lightweight Python web framework. This app allows users to manage their tasks, including adding, updating, and deleting tasks.
- Create Tasks: Add new tasks to your to-do list.
- Update Tasks: Modify existing tasks.
- Delete Tasks: Remove tasks from the list.
- View Tasks: Display all tasks in a user-friendly interface.
-
Clone the Repository:
git clone https://github.com/your-username/To-do-app.git cd To-do-app
-
Set Up a Virtual Environment:
python3 -m venv venv
source venv/bin/activate # On Windows use venv\Scripts\activate