This project is a Netflix clone built with ReactJS, showcasing a simplified version of the popular streaming platform's user interface.
- Responsive design, suitable for various screen sizes.
- Dynamic content loading using The Movie Database (TMDb) API.
- Netflix-style movie and TV show browsing interface.
- Trailer playback functionality for selected titles.
- User-friendly and intuitive UI for easy navigation.
Before you begin, ensure you have Node.js and npm installed on your machine.
-
Clone the repository to your local machine:
git clone https://github.com/shadab19it/netflix-clone.git
-
Change into the project directory
cd netflix-clone
-
Install dependencies:
npm install
-
Start Application:
npm start
- ReactJS
- HTML
- CSS
- JavaScript
- The Movie Database (TMDb) API