AnumMujahid / netflix-clone

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

Home Page:https://netflix-clone-79589.web.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

https://netflix-clone-79589.web.app/


Languages

Language:JavaScript 66.3%Language:CSS 18.7%Language:HTML 14.9%