A simple and elegant web-based To-Do List application built using Python Flask, HTML/CSS, and Jinja2 templating. This project helps users manage tasks by adding and deleting items in a user-friendly interface.
- β Add new tasks
- β Delete tasks
- π‘ Responsive and clean UI using HTML & CSS
- π» Powered by Python and Flask (server-side rendering)
| Technology | Purpose |
|---|---|
| Flask | Backend server |
| HTML/CSS | User interface |
| Jinja2 | Dynamic templating |
| Python | Logic & routing |
todo_app/
βββ app.py βββ templates/ β βββ index.html βββ static/ β βββ style.css
- Clone the Repository
git clone https://github.com/arundogra/todo-app.git
cd todo-app
Install Flask
pip install flask
Run the App
python app.py
Open in Browser
Visit: http://127.0.0.1:5000/