Local Storage offers a way to have persistent data without a database. Strings, arrays, or objects can be saved directly in your browser’s memory and accessed even after the browser window has been closed or refreshed. Local Storage is similar to using cookies but you don’t have to set an expiration date.

Two apps are built:

  1. Prompts the user for a name and store it in localStorage. It allows you to address the user by name and make apps more personal.

  2. The To-do list app has an input so you can make to-do items. This is a really useful app. You’re going to love it!

#javascript #programming

JavaScript localStorage Crash Course
11.35 GEEK