This project is a Netflix clone built using React.js and powered by the TMDB (The Movie Database) API to display a wide range of movies and TV shows. It provides users with a familiar and interactive interface reminiscent of the popular streaming platform, Netflix.
-
Movie and TV Show Catalog: Browse and search for a vast collection of movies and TV shows from TMDB's extensive database.
-
Responsive Design: The application is designed to be responsive and user-friendly on various devices, including desktops, tablets, and mobile phones.
-
Real-Time Updates: Content updates in real-time with the latest releases and popular titles from TMDB.
-
Trailer Previews: Watch trailers for selected movies and shows.
-
React.js: A JavaScript library for building user interfaces.
-
TMDB API: The Movie Database API provides access to a vast collection of movie and TV show data.
-
CSS: Styling the application for a user-friendly interface.
-
Axios: A promise-based HTTP client for making requests to the TMDB API.
- Clone the repository:
git clone https://github.com/m-Jawa-d/NetFlix_Clone.git
- Navigate to the project directory::
cd netflix-clone
- Install dependencies::
npm install