This a react single page app that copies the front end behaaviour of the netflix streaming service. It is fully responsive and mobile first.There is a netflix orignal series's banner on the top of the page under the navbar.You can also see trailer of a movie or a show by clicking on the image of the show.
movie-trailer npm package is used to fetch movie trailer url from youtube based on the name of the movie/show.
- Download the code from the repository and replace "your api key" for tmdb api in requests.js
- Install the required dependency using npm.
- Run with npm run start.