A simple movie explorer app built using ReactJS. It uses the The Movie Database (TMDb) API to fetch movies.
- Search for movies
- View movie details
- View similar movies
- View movie trailers
- View movie reviews
- View movie cast
- View movie crew
- View movie recommendations
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