Skip to content
/ LocalWebStorage Public template

Store data locally within the client's browser using Local Web Storage

Notifications You must be signed in to change notification settings

joshjabs/LocalWebStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Local Web Storage

Local Web Storage enables you to store data locally within the clients's browser.

There are two types of web storage we can access:

  1. Local Storage - Does not expire and must be cleared manually

  2. Session Storage - Cleared when the page session ends

About This Repo

This project includes Pseudo Code for a Coding Lab. The fully functioning version is located on the 'build' branch.

This is a free educational resource released under the MIT License. Use, build, and snip from this project however you like!

Alt Text

About

Store data locally within the client's browser using Local Web Storage

Resources

Stars

Watchers

Forks

Packages

No packages published