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.
- Clone the repository to your local machine.
- Install the necessary dependencies using
npm install
. - Start the development server with
npm start
. - The application will open in your default browser at
http://localhost:3000
.
- 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.
- Fork the repository.
- Create a new branch for your feature (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m "Added feature XYZ"
). - Push to the branch (
git push origin feature/your-feature
). - Create a new Pull Request.
- React
- Axios
- react-youtube
This project is licensed under the MIT License - see the LICENSE file for details.