Skip to content

gh-aam/interactive-to-do-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Interactive To-Do List

An interactive to-do list application built with HTML, CSS, and jQuery. Along with HTML and CSS, it combines DOM manipulation, event handling, and user interface updates, all of which are core jQuery concepts.

Features

  • Add tasks by entering text and clicking Add button
  • Delete individual tasks by clicking Delete button
  • Clear all tasks by clicking Clear All button
  • Mark tasks as completed by clicking on a specific task text
  • Remaining tasks counter
  • Tasks get saved automatically in local storage
  • Edit tasks via long pressing and save via enter pressing
  • Prevents editing completed tasks
  • Response, fast, clean, and dynamic UI/UX

Technologies Used

  • jQuery
  • HTML
  • CSS