Skip to content

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

License

Notifications You must be signed in to change notification settings

KonstantinosAng/hulu-clone

Repository files navigation

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published