A movie web application built using Next.js and Tailwind CSS and the TMDB API, integrated with lazy loading, SEO and routing features that come in-built with Next.js, and deployed on Vercel
Check it out here!
Clone the project
git clone https://github.com/hadichaudhri/hulu-clone
Go to the project directory
cd hulu-clone
Install dependencies
npm install
Start the server in dev mode
npm run dev
Client: React, TailwindCSS
Server: Node, NextJS