Skip to content

arunkumar7-dev/todo-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ Flask To-Do List App

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.


πŸš€ Features

  • βœ… Add new tasks
  • ❌ Delete tasks
  • πŸ’‘ Responsive and clean UI using HTML & CSS
  • πŸ’» Powered by Python and Flask (server-side rendering)

πŸ“Έ Screenshot

portfolio5


πŸ› οΈ Tech Stack

Technology Purpose
Flask Backend server
HTML/CSS User interface
Jinja2 Dynamic templating
Python Logic & routing

πŸ“ Project Structure

todo_app/

β”œβ”€β”€ app.py β”œβ”€β”€ templates/ β”‚ └── index.html β”œβ”€β”€ static/ β”‚ └── style.css


βš™οΈ How to Run Locally

  1. 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/

About

A clean and functional To-Do List built using Flask. Users can add & delete tasks with a simple GUI.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors