This is a Next.js project using React.js for building user interfaces and Tailwindcss for styling it.
All movie information is obtain from https://www.themoviedb.org/ public development API.
This project is deployed at https://react-hulu-clone-nine.vercel.app/
First, run the development server:
npm run dev
# or
yarn dev
Open http://localhost:3000 with your browser to see the result.
See the tutorial from Sonny Sangha (Clever Programmer) at this link.