Spaces:
Sleeping
Sleeping
metadata
title: Simple To-Do List App
emoji: ✅
colorFrom: blue
colorTo: green
sdk: docker
sdk_version: latest
app_file: app.py
pinned: false
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
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