This project was bootstrapped with Create React App. Using API from TMDB.
To see this project in action, go to Demo TMDB Clone
-
Clone this repo
git clone https://github.com/finmavis/tmdb-clone.git -
Navigate to the root folder and install all dependencies
if you're using Yarn :
yarnif you're using npm :
npm install -
Grab an API from TMDB. Login using your account and navigate to TMDB Account Settings. Copy API Key (v3 auth) and create .env.local in root directory of project
-
Paste this to your .env.local file
REACT_APP_API_KEY=PASTE_YOUR_API_KEY_HEREAnd save it.
-
Now run yarn start or npm run start
-
Happy hacking!