How it works
Type an item, add it to the list, then edit or delete it using the item controls.
- Add new tasks with a form submit event.
- Edit existing tasks without refreshing the page.
- Delete completed or unwanted tasks.
- All interactions happen through JavaScript DOM updates.