Skip to content

Netflix Clone built using React.js. The movies data is taken from TMDB API.

Notifications You must be signed in to change notification settings

AnumMujahid/netflix-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Clone

It is a netflix clone project built using react. React hooks useEffect and useState are used in the project. The data is displayed from Tmdb using its API. Trailers are also displayed from youtube on clicking any movie. To check the deployed version visit link.

How to Use

  • Clone the repository.
  • Ensure npm is installed on your machine
  • Run command npm install in project directory to install required dependencies.
  • Get your API key from tmdb movies and place it in the src/requests.js file
  • Run command npm start to start the application in development mode.

Screenshots

Netflix Home Screen

Screenshot 1: Netflix Clone