/movie-explorer-reactjs

A simple movie explorer app built using ReactJS. It uses the The Movie Database (TMDb) API.

Primary LanguageJavaScript

Movie Explorer

A simple movie explorer app built using ReactJS. It uses the The Movie Database (TMDb) API to fetch movies.

Table of Contents

Screenshots

Screenshot 1 Screenshot 2

Features

  • Search for movies
  • View movie details
  • View similar movies
  • View movie trailers
  • View movie reviews
  • View movie cast
  • View movie crew
  • View movie recommendations

Installation

git clone https://github.com/mantreshkhurana/movie-explorer-reactjs
cd movie-explorer-reactjs
# Create a .env file in the root directory and add the following line
# REACT_APP_TMDB_API_KEY=YOUR_TMDB_API
npm install
npm start

Author