Skip to content

A simple Todo List web application built using Python and Flask. The app allows users to: Add tasks Mark tasks as completed Remove tasks

Notifications You must be signed in to change notification settings

kailoo23/Todo_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List Web App

A simple Todo List web application built using Python and Flask. The app allows users to:

  • Add tasks
  • Mark tasks as completed
  • Remove tasks

How to Run

  1. Install Flask:

    pip install flask
  2. Run the app:

    python app.py
  3. Open your browser and go to http://127.0.0.1:5000/.

Features

  • Add new tasks
  • Mark tasks as completed
  • Remove tasks

Enjoy managing your tasks!

About

A simple Todo List web application built using Python and Flask. The app allows users to: Add tasks Mark tasks as completed Remove tasks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published