🎬 Netflix Clone
A modern and responsive Netflix-inspired web application built using React, Vite, Node.js, and MongoDB. This project replicates the core UI and functionality of Netflix, including movie browsing, authentication, trailers, and responsive streaming layouts.
🌐 Live Demo
👉 Coming Soon
✨ Features 🔐 User Authentication 🎥 Browse Trending Movies 🔍 Search Movies 📺 Watch Trailers ❤️ Add to Watchlist 🌙 Modern Dark UI 📱 Fully Responsive Design ⚡ Fast Performance with Vite 🎬 TMDB API Integration 🗂 Movie Categories 🔥 Dynamic Hero Banner
🛠 Tech Stack Frontend React.js Vite Axios CSS3
Backend Node.js Express.js MongoDB Mongoose
Project Structure src/ │ ├── components/ │ ├── header/ │ ├── home/ │ ├── login/ │ ├── nav/ │ └── row/ │ ├── firebase/ │ └── firebase.js │ ├── App.js └── index.js
Tools & Deployment Git & GitHub Vercel Render
Clone the Repository git clone https://github.com/your-username/netflix-clone.git
📸 Screenshots Home Page
Navigate to Project Directory cd netflix-clone
Install Dependencies npm install