Spaces:
Sleeping
Sleeping
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