Built in Next.js using TypeScript and Tailwind CSS
(This project doesn't provide access to any movies or shows. You're gonna have to add that yourself.)
-
Clone the repository
git clone https://github.com/Ketchupchh/netflix-clone.git
-
Install dependencies
npm i
-
ENV
Put your TMDB Bearer and API Key in .env.developemnt as well as your websites url.
(Really you only need your Bearer but I was too lazy to change all the api calls to use it, but you can do it lol)
-
Run the project
npm run dev