Hulu clone is an UI web application which is built using Next Js as frontend framework and tailwind CSS as styling framework. This clone fetch the data from API The Movie Database that you can get from api.themoviedb.org. The making of this clone is instructed by Sonny Sangha.
If you want to run in your local do the steps below :
- Download or clone this project and save to your local
- Run
npm install
to install all packages needed - Then, you can run command
npm run dev
oryarn run dev
to start your next js server and see how it works