Skip to content

VinitChawda06/Todo_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask TODO App

This is a simple TODO application built with Flask, a micro web framework for Python. The application allows users to create, read, update, and delete TODO items.

Prerequisites

Before running the application, make sure you have the following installed:

  • Python 3.x
  • Flask
  • SQLAlchemy

Installation

  1. Clone the repository:

    git clone https://github.com/your-username/flask-todo-app.git
    
  2. Navigate to the project directory:

    cd flask-todo-app
    
  3. Install the required dependencies:

    pip install -r requirements.txt
    

Usage

  1. Run the Flask development server:

    python app.py
  2. Access the application in your web browser at http://localhost:8000.

  3. Interact with the TODO app using the following features:

    • Create: Fill in the title and description fields in the form and click the "Add TODO" button to create a new TODO item.
    • Read: View all existing TODO items on the homepage.
    • Update: Click the "Update" button next to a TODO item to update its title and description.
    • Delete: Click the "Delete" button next to a TODO item to remove it from the list.

Contributing

Contributions are welcome! If you find any bugs or want to add new features, please open an issue or submit a pull request.

Contact

For any questions or inquiries, please contact [email protected].

About

Flask web app with crud operations

Resources

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published