This is a netflix clone which I have created using React,Styled Components and Firebase (as the backend).
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
For installing the application, you will have to follow the steps mentioned below:
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/bluzeey/netflix-clone.git
- Install NPM packages
npm install
- Enter your API in
config.js
const API_KEY = 'ENTER YOUR API';
This netflix clone is a demo .It has login functionalites and video-playing embedded.
Distributed under the MIT License. See LICENSE.txt
for more information.
Sahil Maheshwari - @TalkinIdeas - [email protected]
Project Link: NetflixV2