Basic movie app made to showcase examples of redux middlewares (redux-thunk, redux-saga and custom middleware)
This project was bootstrapped with Create React App.
In the project directory, you can run:
npm install
npm start
Before running the app, please define a varible in an enviroment file .env
in the root directory
with your TMDB API KEY as follows:
REACT_APP_API_KEY='api_key_string'
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
Branch | Tech |
---|---|
master | CustomMiddleware |
redux-thunk | redux-thunk |
redux-saga | redux-saga |