Skip to content

ruchita-nathani/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flask To-Do Application

Overview

This is a simple todo app built using Flask and SQLAlchemy. It allows users to create, read, update, and delete (CRUD) todo items.

Features

  • Add new tasks with a title and description.
  • View a list of all tasks.
  • Update tasks.
  • Delete tasks.

Prerequisites

  • Python
  • Flask
  • SQLAlchemy

Usage

  1. Run the Flask application:

    python app.py
  2. Open your web browser and navigate to http://localhost:8000.

  3. Use the app to manage your todo list.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages