Localstorage allows us to store and remember data in the users' browser. The data is persistent and will stay in place, even after closing and reopening the browser.
Examples are storing user preferences like language choice, dark/light mode preferences, shopping cart items, ... but more complex data can also be stored.
Read the instructions in topics/storage.starter.js
Click the button to store your name to localstorage
Click the button to load your name from localstorage
Click the button to remove your name completely from localstorage
Click the button to add a movie to your collection and make sure to load your movies when your page refreshes.