A Netflix clone project built with React.js, utilizing a Single Page Application (SPA) architecture. The application leverages the TMDB API to fetch movies, reviews, and trailers, providing users with an immersive movie-watching experience.
The React Netflix Clone is a project created with React.js, offering a user-friendly interface to explore movies, read reviews, and watch trailers. The application dynamically fetches data from the TMDB API, ensuring an up-to-date catalog of movies.
- Browse a wide range of movies
- Read reviews for each movie
- Watch trailers for selected movies
- React.js
- Single Page Application (SPA) architecture
- TMDB API
To run the project locally, follow these steps:
-
Clone the repository:
git clone https://github.com/1uckyswish/React-Netflix-Clone-TMDB-API.git
-
Navigate to the project directory:
cd React-Netflix-Clone-TMDB-API
-
Install dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your browser and visit http://localhost:3000
- Explore the vast movie catalog
- Read reviews to make informed choices
- Watch trailers to get a sneak peek
If you'd like to contribute to the project, please follow these steps:
- Fork the repository.
- Create a new branch for your feature or bug fix.
- Make your changes and commit them.
- Push to your fork and submit a pull request.