Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 487 Bytes

File metadata and controls

12 lines (8 loc) · 487 Bytes

Grocery List with add, randomizer, notif, retrieve and clear function

List.mp4

Project goals

  • use the FormData JS object by accessing the input value with the "get" method
  • users can add item, select a random item and see a toast notification
  • when reloading items stay thanks to localStorage function, a clear function enable to clear items if wanted

🛠️

VanillaJS, CSS, HTML