A sleek and fully responsive Netflix Clone built with React, mimicking the user interface and experience of the official Netflix app. This project integrates the TMDB API to dynamically fetch and display movie data.
- Dynamic movie categories (Trending, Top Rated, Action, etc.)
- Banner section with featured movie
- Movie posters & trailers
- Hover effects with info preview
- Fully responsive design
- Optional Firebase Authentication (Login/Signup)
- Built using React functional components and hooks
- React
- Axios
- TMDB API
- React Router DOM
- Firebase (optional)
- SCSS / Styled Components
- Clone the repository
git clone https://github.com/your-username/netflix-clone-react.git
cd netflix-clone-
Install dependencies
npm install
# or
yarn install
Create a .env file in the root folder and add your TMDB API key
env
Copy
Edit
REACT_APP_TMDB_API_KEY=your_tmdb_api_key_here
Start the development server
npm start
# or
yarn start