/hulu-clone

A clone of Hulu Streaming, using Next.js and Tailwindcss.

Primary LanguageJavaScript

This project is a clone of Hulu Streaming service

It was built for study purposes only. When I built it, I was learning about TailwindCSS and API Integrations. I really enjoyed the process and the results. You can check it at the repo description, or at the pictures below.

Pictures

hulu desktop

hulu mobile

Installation

First, set the global variables:

  1. Create a .env.local file on the root of the project.
  2. Add API_KEY=yourApiKey to the file.
  3. You can get your free API Key at themoviedb.org, just need to create an account.

Then, run the development server:

npm run dev
Or
yarn dev

Done!