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.
- Add tasks by entering text and clicking
Addbutton - Delete individual tasks by clicking
Deletebutton - Clear all tasks by clicking
Clear Allbutton - 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
- jQuery
- HTML
- CSS