Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/natserract/movie-crud-localstorage
- Owner: natserract
- Created: 2020-03-02T14:55:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T09:03:38.000Z (about 2 years ago)
- Last Synced: 2024-04-28T06:27:30.158Z (9 months ago)
- Topics: contextapi, localstorage, react, reactcrud
- Language: TypeScript
- Homepage: https://rc-locastorage.netlify.com/
- Size: 4.05 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
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
```