Skip to content

A Netflix Clone is a streaming platform that replicates the core functionality of Netflix, allowing users to browse, search movies and TV shows. *Use VPN to open link*

Notifications You must be signed in to change notification settings

SAKU0309/NETFLIX-CLONE

Repository files navigation

Netflix Clone

A high-performance Netflix Clone built using React + Vite, featuring a modern UI, authentication, and movie streaming functionality.

Features

  • User Authentication (Sign up, Login, Logout)
  • Browse Movies & TV Shows (Trending, Popular, Top-Rated)
  • Responsive UI (Mobile & Desktop Friendly)
  • Smooth Video Playback
  • Optimized Performance with Vite

Tech Stack

  • Frontend: React, Vite, Tailwind CSS
  • State Management: Redux Toolkit / Context API
  • API: TMDB API for fetching movies & TV shows
  • Authentication: Firebase / Auth0
  • Deployment: Vercel / Netlify / Firebase Hosting

Installation

  1. Clone the repository

    git clone https://github.com/SAKKU0309/netflix-clone.git
    cd netflix-clone
  2. Install dependencies

    npm install
  3. Set up environment variables

    • Create a .env file in the root directory.
    • Add your API keys:
    VITE_TMDB_API_KEY=your_tmdb_api_key
    VITE_FIREBASE_API_KEY=your_firebase_api_key
  4. Start the development server

    npm run dev
  5. Build for production

    npm run build

Screenshots

Home Page

Screenshot 2025-03-02 231308

Login Page

Screenshot 2025-03-02 231326

Movie Details Page

Screenshot 2025-03-02 231350 Screenshot 2025-03-02 231413 Screenshot 2025-03-02 231428

Contributing

  1. Fork the project
  2. Create a new branch (git checkout -b feature-name)
  3. Commit changes (git commit -m 'Added a new feature')
  4. Push to your branch (git push origin feature-name)
  5. Open a pull request

Author: SAKSHI
GitHub: @SAKU0309

About

A Netflix Clone is a streaming platform that replicates the core functionality of Netflix, allowing users to browse, search movies and TV shows. *Use VPN to open link*

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published