Skip to content

A simple and responsive To-Do List web app built with Python, Flask, HTML, and CSS. Features include adding, deleting, and marking tasks complete. Great for beginners learning Flask and CRUD operations. Clean UI and easy to run locally with minimal setup.

Notifications You must be signed in to change notification settings

AnshManwani/To-Do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask To-Do List App

A simple and user-friendly to-do list web application built with Python, Flask, HTML, and CSS. This project allows users to add, update, and delete tasks through a clean web interface.

Features

  • Add new tasks
  • Mark tasks as complete
  • Edit and delete tasks
  • Persistent storage with SQLite

Technologies Used

  • Python
  • Flask
  • HTML/CSS
  • Jinja2

How to Run

  1. Clone the repository
  2. Create a virtual environment and activate it
  3. Install dependencies using pip install -r requirements.txt
  4. Run app.py
  5. Open your browser and go to http://127.0.0.1:5000

About

A simple and responsive To-Do List web app built with Python, Flask, HTML, and CSS. Features include adding, deleting, and marking tasks complete. Great for beginners learning Flask and CRUD operations. Clean UI and easy to run locally with minimal setup.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published