Skip to content

madhur-banger/To-do-app

Repository files navigation

Flask To-Do App

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.

Features

  • 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.

Installation

  1. Clone the Repository:

    git clone https://github.com/your-username/To-do-app.git
    cd To-do-app
  2. Set Up a Virtual Environment:

python3 -m venv venv source venv/bin/activate # On Windows use venv\Scripts\activate