The Netflix Clone project is a web application that replicates the user interface and functionality of the popular streaming platform Netflix. It is built using the MERN (MongoDB, Express.js, React, Node.js) stack and offers a specific list of movies that can be randomized for playback.
Link to the project demo: Video Source
- JavaScript (JS)
- Tailwind CSS
- TypeScript
- Prisma
- MongoDB
-
Authentication:
- Login using Google account
- Login using GitHub account
-
Favorites:
- Add videos to favorites for quick access
-
Video Player:
- Play videos with or without audio
Provide instructions on how to install and use the project. You can include code snippets or commands here.
# Clone the repository
git clone https://github.com/your-username/your-repo.git
# Change directory
cd your-repo
# Install dependencies
npm install
# Start the development server
npm run start