Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/natserract/movie-crud-localstorage

Movie app with React TS, Context API, localStorage
https://github.com/natserract/movie-crud-localstorage

contextapi localstorage react reactcrud

Last synced: about 1 month ago
JSON representation

Movie app with React TS, Context API, localStorage

Awesome Lists containing this project

README

        

# 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
```bash
$ npm install
```
## Running
To running this project locally:

1. Type this command :
```bash
$ npm start
```
5. Open in you browser [http://localhost:8080/](http://localhost:8080/)

## Testing
```bash
$ npm run test
```

## Build
```bash
$ npm run build
```