/Movie-Test

Primary LanguageJavaScript

The Movie Company

Code challenge for Rockstar Coders

Necessary steps

Run:

npm install

Create a .env file in the root of the project with:

REACT_APP_BASE_URL=https://api.themoviedb.org/3
REACT_APP_IMAGE_BASE_URL=http://image.tmdb.org/t/p/w185/
REACT_APP_API_KEY=[Your API Key]

How to run

Run:

npm start

Open http://localhost:3000 to view it in the browser.