To run the app, download the code, navigate to the root folder of the repository in Command Prompt/Terminal and execute the following command,
npm install
Get an API key from https://developers.themoviedb.org/3/getting-started/introduction and put it in the .env.example file in place of and rename the file to .env.
Execute the following command from the root folder,
npm start
This app is supposed to be a mobile website so to view it as intended please set the view port for the browser as mobile through the Toggle Device Toolbar option in the browser's Inspector.
Requires node to run the npm commands