Skip to content

This repo contains the output files of the Netflix Clone with respect to the React JS Tutorial for Beginners under CleverProgrammer on YT.

Notifications You must be signed in to change notification settings

CrypticMuze/netflix-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

NetflixLogo

Netflix Clone

About the Project

This repo contains the output files for the Netflix Clone with respect to the React JS Tutorial for Beginners. All credits go to CleverProgrammer YT Channel

Live Demonstartion of the Project

LIVE Demonstration: Click Here

Installation

  1. Clone repo on your local system
git clone https://github.com/CrypticMuze/netflix-clone.git
  1. Open a terminal on your localhost and install the dependencies
npm install
  1. Create a TMDB account (if you do not already possess one) and generate your personal API key
https://developers.themoviedb.org/3
  1. Add your personal API key
Goto netflix-clone\netflix-clone\src\requests.js
#In the requests.js file (line 1) make the following changes to the file -->
const API_KEY = ""; # Add your personal API key here
  1. Open a terminal on your localhost and build the React app.
npm build
  1. Deploy the production build of the app in the same terminal.
npm run build

You're good to go! Your Netflix Clone should open on the live server.

Want to Contribute?

To contribute to this project:

  1. Fork this repo
  2. Make desired changes after cloning it on your local system.
  3. Generate a pull request.

Note: Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. Please make sure to update tests as appropriate.

Connect with the Collaborators

  1. Aman Anand - LinkedIN || GitHub || Instagram

About

This repo contains the output files of the Netflix Clone with respect to the React JS Tutorial for Beginners under CleverProgrammer on YT.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages