Binge Watcher is a React app based on The Movie Database. Live Demo
Tech Stack:
- React
- Redux
- redux-thunk
- styled-components
- install dependencies with
npm install. - create an
.env.localfile in the root directory. - inside, store your TMDb Api key :
REACT_APP_API_KEY=XXXXXXXXXXXX
npm run startoryarn startto run the app on your local machine.



