A simplified clone of the Netflix platform, allowing users to explore a curated list of movies and TV shows, maintain a watchlist, and enjoy a sample streaming experience.
- User Authentication: Secure login and signup using Firebase.
- Home Page: Dynamic list of trending, top-rated, and genre-specific movies and shows.
- Movie/TV Show Details: Dedicated pages displaying details like synopsis, cast, and reviews.
- Watchlist: Users can add movies or shows to their watchlist, saved locally in the browser's local storage.
- Responsive Design: Optimized for desktop and mobile viewing.
- Video Player: Integrated video player for a seamless streaming experience (sample videos only).
- Frontend: React, CSS (Styled Components)
- Authentication: Firebase for user authentication
- Data Source: Movie and show data fetched via an external API
- Watchlist Storage: Local storage for persistent watchlist functionality
-
Clone the repository:
git clone [https://github.com/yourusername/netflix-clone.git](https://github.com/Anmol-002/Netflix_Clone) cd netflix-clone npm install