Skip to content

kalidasr25/todo-webapp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

todo-webapp

A simple web-based To-Do list application built with Python + Flask, using SQLite for persistence.

πŸ”— Live Demo

You can try the running app here:
https://kd0859.pythonanywhere.com/

πŸš€ Overview

This is a minimal CRUD-style To-Do app where you can:

  • Add tasks
  • View existing tasks
  • Mark tasks as done or delete them

The project is lightweight, easy to understand, and great for beginners learning Flask.

🧰 Technologies & Dependencies

  • Python
  • Django β€” routing, backend, templates
  • SQLite
  • HTML / Jinja2 templates

Dependencies are listed in requirements.txt.

βœ… Features

  • Add a new task
  • Display all tasks
  • Delete tasks
  • Very clean and simple UI

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published