Skip to content

ppxaicode/todo-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Todo Web App

A lightweight local-first todo app built with plain HTML, CSS, and JavaScript.

Features

  • Add tasks with title, notes, due date, and priority
  • Mark tasks complete / incomplete
  • Edit and delete existing tasks
  • Filter by all, active, completed, due today, and overdue
  • Search tasks and notes
  • Sort by newest, oldest, priority, due date, or title
  • Persists data in localStorage
  • Responsive UI

Run it

Option 1: Open index.html directly in your browser.

Option 2: Serve it locally:

cd todo-web-app
python3 -m http.server 4173

Then open:

Files

  • index.html — structure
  • styles.css — styling
  • app.js — app logic and persistence

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors