KonstantinosAng / hulu-clone

A Hulu clone using Next JS, Tailwind CSS & Heroicons for the front-end and TMDB API for the data. Inspired by this tutorial.

Home Page:https://hulu.constantine.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hulu Clone

A Hulu clone using Next JS, Tailwind CSS & Heroicons for the front-end and TMDB API for the data. Inspired by this tutorial.

Requirements

Inside the repo there is a .env.example file. Rename it to .env.local and fill the values with your own api keys.

For the image data you will need a TMDB API KEY.

NEXT_APP_TMDB_API_KEY=

Installation

Assuming you have npm or yarn installed, clone the repo and run the following code:

npm install

or

yarn install

Usage

Inside the cloned folder run:

npm run dev

or

yarn dev

Example

About

A Hulu clone using Next JS, Tailwind CSS & Heroicons for the front-end and TMDB API for the data. Inspired by this tutorial.

https://hulu.constantine.dev

License:MIT License


Languages

Language:JavaScript 90.9%Language:Dockerfile 7.1%Language:CSS 1.7%Language:Shell 0.3%