/netflix-clone

Netflix Clone built using React, Typescript and SCSS Modules.

Primary LanguageTypeScript

Netflix Clone

Screenshots

Home Page


Browse Page


My List Page


Clickable List Sliders (with small info modal)


Big Info Modal


Demo

nfx_demo.mp4

Desktop Demo


mobilr_demo.mp4

Mobile Demo


Stack Used

Run Locally

  1. First clone the project:
git clone https://github.com/schardev/nfx
  1. Go to project directory and install packages:
cd nfx && pnpm install
  1. Create .env.local file and paste your TMDB API key:
VITE_TMDB_API=<paste your api key here>
  1. Now start the application:
pnpm run dev