This app makes use of the themoviedb API to demonstrate media categorization, filteration and search using React and Redux.
Perform yarn install
in the root directory.
Perform yarn start
in the root directory.
Perform yarn test
in the root directory.
The API key is stored in the environment variable via dotenv
and so the file is not committed to the repo. Make a .env
once cloned in the root directory and add a REACT_APP_API_KEY=<value>
to it where <value>
is your API key.