Skip to content

BJ1209/Netflix-Web-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NETFLIX WEB CLONE

Facebook Authentication(Pop-Up) and Email/Password Auth

Login Form (Email/Password)

Login Form

NetFlix Clone Home Page

Home Page

Tech Used:

  1. Create React App -> for creating the ReactJS Project.
  2. Firebase -> For the Deployment of the Project and Authentication.
  3. Material-ui -> For Some Easly-Available Components
  4. Axios -> Used for fetching the Movies Data from TMDB.
  5. react-youtube and movie-trailer -> For the video Purpose

Installation

npm install

Update Firebase Config File with your Firebase Config

Start The App

npm start

Build The Project

npm run build