Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 390 Bytes

readme.md

File metadata and controls

7 lines (5 loc) · 390 Bytes

Shopping List Exercise

  • The user should be able to add new items to the list using the input box and button.
  • The items should be styled using CSS.
  • The browser should alert the user if they try to add an item when there is no text in the input box.
  • The user should be able to click a button to mark the list as completed, which will change the style on all the items in the list.