/react-netflix

Netflix Movie Trailer Player :- This is a React-based web application that allows users to browse and watch movies from Netflix. It features a clean and intuitive interface with various categories like Originals, Trending, Action, Comedy, Romance, Horror, and Documentaries. When a user clicks on a movie poster, the corresponding video is played.

Primary LanguageJavaScript

Netflix Movie Player

This is a React-based web application that allows users to browse and watch movies from Netflix. It features a clean and intuitive interface with various categories like Originals, Trending, Action, Comedy, Romance, Horror, and Documentaries. When a user clicks on a movie poster, the corresponding video is played.

How to Run

  1. Clone the repository to your local machine.
  2. Install the necessary dependencies using npm install.
  3. Start the development server with npm start.
  4. The application will open in your default browser at http://localhost:3000.

Usage

  • The main page displays various categories of movies.
  • Click on a movie poster to play the corresponding video.
  • Navigate between categories using the navigation bar.

Contributing

  1. Fork the repository.
  2. Create a new branch for your feature (git checkout -b feature/your-feature).
  3. Commit your changes (git commit -m "Added feature XYZ").
  4. Push to the branch (git push origin feature/your-feature).
  5. Create a new Pull Request.

Dependencies

  • React
  • Axios
  • react-youtube

License

This project is licensed under the MIT License - see the LICENSE file for details.