A clone of Netflix built in React. The rebuild is not complete in the sense that not all features are included. Included features: sign in and sign out with Firebase connectivity, video player, video browser, search bar.
Sign in | Sign up |
---|---|
![]() |
![]() |
Choose user | Video slider and selector |
![]() |
![]() |
In order to authenticate the user I use Firebase as the backend which can be set up here.
- Clone the repo:
git clone https://github.com/VebjornG/Netflix-rebuild-react.git
- Install the npm package :
npm i
- Start client using webpack dev server:
npm run start
and visit localhost in your browserhttp://localhost:8080