Skip to content

zddd-bit/shopping-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shopping-list

Exercise: DOM Events Using the Shopping List files from the previous videos update the shopping list app to do the following:

  1. If you click on the list item, it toggles the .done class on and off.

  2. Add buttons next to each list item to delete the item when clicked on its corresponding delete button.

  3. BONUS: When adding a new list item, it automatically adds the delete button next to it (hint: be sure to check if new items are clickable too!)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published