Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 896 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 896 Bytes

DOCUMENTATION

ABOUT

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.

START PROJECT

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 or yarn run dev to start your next js server and see how it works

RESULT