Skip to content

itsdheerajdp/todolistflask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask ToDo List

A simple Flask-based web application for creating and managing ToDo Lists.

Features

  • User-friendly interface for creating, updating, and deleting ToDo items.
  • ToDo items are stored in a SQLite database.

Requirements

  • Python
  • Flask
  • SQLite3

Installation

  1. Clone the repository to your local machine.
  2. Install dependencies using pip install -r requirements.txt.
  3. Create a new SQLite database by running python create_db.py.
  4. Start the Flask application by running flask run.
  5. Open the application in your browser at http://localhost:5000.

Usage

  • To create a new ToDo item, enter the task description in the input field and click the "Add" button.
  • To edit a ToDo item, click the "Update" button next to the item you want to edit.
  • To delete a ToDo item, click the "Delete" button next to the item you want to delete.

Contributing

If you would like to contribute to the project, please fork the repository and create a pull request.

Acknowledgements

  • This project was created using Flask, a lightweight web application framework for Python.
  • Special thanks to the Flask community for creating and maintaining such a useful framework.

You can check this todo list

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published