rodrigonahid / hulu-clone

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

Home Page:hulu-clone-nahid144z.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

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

hulu-clone-nahid144z.vercel.app


Languages

Language:JavaScript 97.1%Language:CSS 2.9%