Skip to content

A simple web-based to-do list application built using Python and Flask. Add, view, and delete tasks with ease through a clean interface.

Notifications You must be signed in to change notification settings

GAGGZ1/To-Do-List-Python-and-Flask-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

To-Do List App using Python and Flask

A simple To-Do List web application built with Python and Flask. Users can add, delete, and manage their tasks through a clean web interface.

Features

  • Add new tasks
  • Delete completed tasks
  • View list of pending tasks
  • Lightweight and easy to run locally

Technologies Used

  • Python 3
  • Flask
  • HTML/CSS (for frontend)
  • SQLite (or in-memory list)

Setup Instructions

  1. Clone the repository
git clone https://github.com/GAGGZ1/To-Do-List-Python-and-Flask-.git
cd To-Do-List-Python-and-Flask
  1. Install dependencies
pip install -r requirements.txt
  1. Run the app
python app.py
  1. Open in browser

Visit http://127.0.0.1:5000/ in your web browser.

Folder Structure

├── app.py
├── templates/
├── static/
├── requirements.txt
└── README.md

License

This project is open-source and free to use under the MIT License.

About

A simple web-based to-do list application built using Python and Flask. Add, view, and delete tasks with ease through a clean interface.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published