Skip to content

medss19/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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.1%
  • CSS 1.1%
  • C++ 0.8%
  • C 0.3%
  • HTML 0.2%
  • JavaScript 0.2%
  • Other 0.3%