schardev / netflix-clone

Netflix Clone built using React, Typescript and SCSS Modules.
https://nfx.vercel.app
13 stars 6 forks source link
netflix-clone react scss tmdb typescript

Netflix Clone

Screenshots

Home Page


Browse Page


My List Page


Clickable List Sliders (with small info modal)


Big Info Modal


Demo

https://user-images.githubusercontent.com/51372520/226106224-e8b3e8de-ea96-4f84-9cbf-da96142faef6.mp4

Desktop Demo


https://user-images.githubusercontent.com/51372520/226106086-2d7e4865-42ee-4771-a785-ea5d0b1068cc.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