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.local
file in the root directory. - inside, store your TMDb Api key :
REACT_APP_API_KEY=XXXXXXXXXXXX
npm run start
oryarn start
to run the app on your local machine.