Skip to content

wil92/storage-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Storage example

This is an example of how to use in a really simple way, the three method of store information in a browser:

  • Session Storage
  • Local Storage
  • IndexedDB

Install dependencies

npm install

Start the project

npm start

After start the project, open it in the browser in the url localhost:3000

About

An example of sessionStorage/localStorage/indexedDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published