This is a simple React application that replicates the front page of Netflix. It fetches movie data from The Movie Database (TMDB).
- Displays a list of movies fetched from TMDB.
- Categorized movie lists similar to Netflix.
- Clicking on a movie shows its trailer (if available).
To get started with this project, follow these steps:
- Clone the repository:
git clone https://github.com/yourusername/Netflix-clone.git
- Navigate into the project directory:
cd Netflix-clone
- Install the dependencies:
npm install
- Start the application:
npm start
Open http://localhost:3000 to view it in the browser.
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