Home Page
Browse Page
My List Page
Clickable List Sliders (with small info modal)
Big Info Modal
nfx_demo.mp4
Desktop Demo
mobilr_demo.mp4
Mobile Demo
- 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