Skip to content

Latest commit

 

History

History
47 lines (30 loc) · 1.11 KB

README.md

File metadata and controls

47 lines (30 loc) · 1.11 KB

Nextflix

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 😄

Demo

Demo

Built with

Running the project

This is a Next.js project bootstrapped with create-next-app.

Set up environment variables

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'

Run the project

yarn install
yarn build
yarn start

It runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.