Skip to content

teotimepacreau/Grocery-List-Randomizer-Day17-of-100DaysOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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