Skip to content

finmavis/tmdb-clone

Repository files navigation

TMDB Clone

This project was bootstrapped with Create React App. Using API from TMDB.
To see this project in action, go to Demo TMDB Clone

Getting Started

  • 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 :

    yarn
    

    if 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_HERE
    

    And save it.

  • Now run yarn start or npm run start

  • Happy hacking!