HF-docker3 / project /README.md
AntDX316
updated
0f5a3b8
|
raw
history blame
386 Bytes

Simple To-Do List App

A basic to-do list web application built with Flask.

Features

  • Add new tasks
  • Delete existing tasks
  • Clean, responsive user interface

Technologies

  • Flask web framework
  • HTML/CSS for frontend

Setup

  • Install dependencies: pip install -r requirements.txt
  • Run the application: python app.py
  • Access the application at http://localhost:7860