Skip to content

natserract/movie-crud-localstorage

Repository files navigation

React Context LocalStorage + TypeScript

Context provides a way to pass data through the component tree without having to pass props down manually at every level. Using it you can build a global state repository just like redux and reference these global states in a simple way in your internal business components.

Installation

$ npm install

Running

To running this project locally:

  1. Type this command :
  $ npm start
  1. Open in you browser http://localhost:8080/

Testing

  $ npm run test

Build

$ npm run build

About

Movie app with React TS, Context API, localStorage

Topics

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published