Skip to content

abhi1506manu/Netflix-Clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix-Clone

This is a netflix clone created using react. In this project work, I have used tmdb api to access different categories of movies list provided by tmdb providers. User will see different movie banner on the top of page and it will change on reloading the website.

Screenshots

Netflix-1

Netflix-2

QuickStarted

  • Open the terminal and then type
 $ git clone https://github.com/abhi1506manu/Netflix-Clone.
 $ cd Netflix-Clone
  • To install the required dependencies run the given command
$ npm install
  • Create a .env file and make an account to tmdb for api then add the following
React_App_tmdb_api = "your tmdb api"
  • To run app
 $ npm run start