Skip to content

HaroonTaufiq/Netflix-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Netflix Front Page Clone

This is a simple React application that replicates the front page of Netflix. It fetches movie data from The Movie Database (TMDB).

Live Demo of Website

Netflix Website

Features

  • Displays a list of movies fetched from TMDB.
  • Categorized movie lists similar to Netflix.
  • Clicking on a movie shows its trailer (if available).

Installation

To get started with this project, follow these steps:

  1. Clone the repository: git clone https://github.com/yourusername/Netflix-clone.git
  2. Navigate into the project directory: cd Netflix-clone
  3. Install the dependencies: npm install
  4. Start the application: npm start

Open http://localhost:3000 to view it in the browser.

Dependencies

This project uses the following dependencies:

  • React
  • Axios for making HTTP requests
  • react-youtube for displaying YouTube videos
  • movie-trailer for fetching movie trailer information