Skip to content

SauravMukherjee44/Netflix-Clone-react-App

Repository files navigation

Netflix Clone

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

Netflix-clone rebuilt using Next, Tailwind and TMDB API.


Tech used:

To-Dos

  • Netflix Home & Sign-in Page
  • Fix sign-in callback errors
  • Sign-in using GitHub/Google provider [Next-auth]

Running the Project

First, Install the dependencies:

npm install
or
yarn install

Then, run the development server:

npm run dev
or 
yarn dev

Open LocalHost 3000 port with your browser to see the result.

You can start editing the page by modifying pages/index.js. The page auto-updates as you edit the file.

API Key can be obtained by creating a free account on TMDB. Create a new account, Move to settings, Click API and fill the form for developer options. Copy the API key into .env file. TMDB API base is https://api.themoviedb.org/3.