Interact with the app below. All data is saved directly to your browser's local storage. Refresh the page to see the data persist!
App Theme
User Profile
Hello, Guest!
localStorage only stores strings. To save arrays or objects, we use JSON.stringify() and JSON.parse().
This shows exactly what is currently sitting in window.localStorage.
Loading...