Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 336 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 336 Bytes

shoppingList

This is a Shopping List exercise by MDN Web Docs which I completed and further incremented with:

  • The ability to press Enter to add a grocery to the list.
  • An event listener that keeps the focus -always on- on the input so I don't ever need to click on it.