Skip to content

A fully functional, responsive and user friendly Hulu clone where users can browse and search their favourite movies and shows, sort them into lists and much more....

Notifications You must be signed in to change notification settings

tarunluthra123/Hulu-Clone

Repository files navigation

Hulu Clone

Hulu Clone made using Next.js and Tailwind CSS. The build allows Server Side Rendering and is fully responsive. The data is fetched dynamically from TMDB API.

The backend is deployed separately. It uses Express Node and MongoDB with JWT Authentication. Check out the backend project here.

This project can be viewed live here - Click Here

To run locally

  1. Clone the project into your local repository and install the packages
yarn
# or
npm install
  1. Create a local .env file in the root directory of the project and store your API_KEY for TMDB inside it. Also create other required environment variables inside it. Refer to .env.sample for reference.
# .env
API_KEY=abcd123
  1. Run the Next.js local development server
yarn dev
# or
npm run dev

About

A fully functional, responsive and user friendly Hulu clone where users can browse and search their favourite movies and shows, sort them into lists and much more....

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published