Unleash Your Inner Cinephile with This Netflix-Inspired Movie Database
This React.js application empowers you to explore a vast collection of Movies, TV Shows, and Web Series, meticulously sourced from the TMDB API. Dive deep into captivating content across all genres, from action-packed thrillers to laugh-out-loud comedies!
GET https://image.tmdb.org/t/p/original/movie/popular?api_key=${key}
Parameter | Type | Description |
---|---|---|
api_key |
string |
Required. Your API key |
GET /movie/{movie_id}
GET /tv/{series_id}
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
GET /movie/{movie_id}/credits
GET /tv/{series_id}//credits
Parameter | Type | Description |
---|---|---|
id |
string |
Required. Id of item to fetch |
Install my-project with npm
npm install my-project
cd my-project
## Color Referenc
Color | Hex |
---|---|
Black | #0a192f |
- Debouncing while searching for optimisation
- Responsive Design
- Details about all the cast and crew
- Details about the Movies and TV Shows
- Standalone Progressive Web App