alpersonalwebsite / react-state-local-storage

Persisting state in Local Storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Persisting state in Local Storage

Greenkeeper badge Build Status js-standard-style License: MIT

This is an easy, basic and raw (no styles attached) example of HOW to interact with the Storage interface of the Web Storage API.

URL: https://react-state-local-storage.herokuapp.com/

Installation

yarn install

Running the server

yarn start

Linting

Linting all the *.js files inside src/

yarn lint

Fixing warnings/errors

yarn fix

NOTE: Some errors could require manual fix.

Building the application

yarn build

About

Persisting state in Local Storage

License:MIT License


Languages

Language:JavaScript 58.3%Language:HTML 33.5%Language:CSS 8.2%