/NetflixClone

NetFlix clone built using MERN Stack

Primary LanguageTypeScript

NetflixClone

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.

Demo

Link to the project demo: Video Source

Technologies Used

  • JavaScript (JS)
  • Tailwind CSS
  • TypeScript
  • Prisma
  • MongoDB

Features

  • 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

Installation and Usage

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