A simple Netflix Clone made using Next.js ⚡
Currently, I have implemented the basic UI with media details fetch functionality.
Deployed it using vercel here.
Please leave a ⭐ as motivation if you liked the implementation 😄
This is a Next.js project bootstrapped with create-next-app
.
Get a TMDB API key from TMDB API.
You need to create a .env
file in the root of the project and add the following:
TMDB_KEY='your_api_key_here'
yarn install
yarn build
yarn start
It runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.