Skip to content

OzerOzturk/React-Planet-Movie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Planet Movie

Movies and TV Series App 📽

  • You can reach out to the trending movies
  • Watch the trailer
  • Search for specific movie or tv series
  • Filter them with your favorite category
  • View the details such as description, score, cast etc.

Check out the Demo


Movies Page

react-planet-movie


Tech Stack


Detail Page

react-planet-movie2


How to run this app on your local machine?

  1. Clone the repo

    git clone https://github.com/OzerOzturk/React-Planet-Movie.git
  2. Navigate to the project folder

    cd React-Planet-Movie
  3. Install dependencies

    npm install
  4. Get an API key from TMDB and set your API key environment variable (.env)

    REACT_APP_API_KEY = your_api_key
  5. Run the project

    npm start