Skip to content

prashant4840/todo.app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taskr – Minimal To‑Do App

This is a small to‑do app I built while learning JavaScript and DOM manipulation. I wanted something that looks a bit more “product‑ready” than a basic list, but still simple enough for a first‑year project.

You can:

  • Add new tasks with a priority and category
  • Mark tasks as done / not done
  • Edit tasks by double‑clicking on them
  • Filter by All / Active / Done / High priority
  • Reorder tasks by dragging them
  • Clear all completed tasks
  • Keep everything saved in localStorage so it’s still there after refresh

Tech / concepts I practiced

  • Plain HTML, CSS, JavaScript (no frameworks)
  • Working with the DOM (creating elements, event listeners)
  • localStorage for persistence
  • Basic state management with a tasks array
  • Simple animations and drag‑and‑drop behavior

Things I’d like to improve later

  • Add a search bar to quickly find tasks
  • Sync tasks across devices using a real backend
  • Add user accounts and maybe a simple auth flow

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors