https://github.com/mantreshkhurana/movie-explorer-reactjs
A simple movie explorer app built using ReactJS. It uses the The Movie Database (TMDb) API.
https://github.com/mantreshkhurana/movie-explorer-reactjs
movie-explorer reactjs tmbd-api
Last synced: 3 months ago
JSON representation
A simple movie explorer app built using ReactJS. It uses the The Movie Database (TMDb) API.
- Host: GitHub
- URL: https://github.com/mantreshkhurana/movie-explorer-reactjs
- Owner: mantreshkhurana
- Created: 2024-07-07T17:45:11.000Z (11 months ago)
- Default Branch: stable
- Last Pushed: 2024-07-07T17:48:50.000Z (11 months ago)
- Last Synced: 2025-03-01T02:48:54.838Z (3 months ago)
- Topics: movie-explorer, reactjs, tmbd-api
- Language: JavaScript
- Homepage: https://mantreshkhurana.github.io/movie-explorer-reactjs/
- Size: 9.33 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Movie Explorer
A simple movie explorer app built using ReactJS. It uses the [The Movie Database (TMDb) API](https://www.themoviedb.org/documentation/api) to fetch movies.
## Table of Contents
- [Screenshots](#screenshots)
- [Installation](#installation)
- [Author](#author)## Screenshots

## Features
- [x] Search for movies
- [x] View movie details
- [x] View similar movies
- [ ] View movie trailers
- [ ] View movie reviews
- [ ] View movie cast
- [ ] View movie crew
- [ ] View movie recommendations## Installation
```bash
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
- [Mantresh](https://github.com/mantreshkhurana)