Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.26 KB

README.md

File metadata and controls

23 lines (15 loc) · 1.26 KB

A Netflix front end clone made with React

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.

React JS is used to desing the app.
React-youtube npm package is used to fetch trailers from youtube.
movie-trailer npm package is used to fetch movie trailer url from youtube based on the name of the movie/show.
Google Firebase is used for hosting the website.
The movie database api is used to fetch the movie/shows according to the categories

Screenshots

MainScreen

MainScreen Trailer

Steps to run

  1. Download the code from the repository and replace "your api key" for tmdb api in requests.js
  2. Install the required dependency using npm.
  3. Run with npm run start.