EndlessEndless1999 / CocktailBar

MIT License
0 stars 0 forks source link

Implement LocalStorage for Favourite Drinks + City #9

Open EndlessEndless1999 opened 1 year ago

EndlessEndless1999 commented 1 year ago

Create an Array that stores Favorite drinks

Create an Object that stores User information (Start with the city they live in);

Then use localStorage.setItem() to set each key

https://blog.logrocket.com/localstorage-javascript-complete-guide/