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