/Netflix_Clone

A web application of Netflix-clone developed using react. After login, it shows the movie poster fetched from API category-wise. When clicked on the poster it shows a movie trailer fetched from youtube.

Primary LanguageJavaScript

Chatvista
 

Netflix Clone

Github top language Github language count Repository size Github stars


🎯 About

A Netflix-clone web application developed using React, it uses Google SSO for login. After logging in, it fetches and displays movies from an API, categorized for easy browsing. Clicking on a movie poster plays a movie trailer fetched from YouTube.

🚀 Technologies

The following tools were used in this project:

  • React
  • Firebase
  • CSS
  • HTML
  • API

Deploy Link

https://netflix-clone-c930a.web.app/

🏁 Starting

# Run project
$ npm i  # Install dependencies
$ npm run start # starts server



# The server will initialize in the <http://localhost:3000>

 

Back to top