Skip to content

LayanJay/hulu-rebuild

Repository files navigation

Hulu Clone

Intro

Here is an Hulu clone built with cutting-edge technologies. This is a Next.js project bootstrapped with create-next-app.

hulu-rebuild

NOTE: This is for academic purposes only. The Movies listed here are only for the demonstration.

Design Guide

Tech Stack

  • Reactjs (Nextjs)
  • TailwindCss
  • The movie DB (TMDB)

Contribution Guide

  1. Fork the repository

  2. Clone the repository

git clone https://github.com/LayanJay/hulu-rebuild.git
  1. Create Feature branch and checkout Replace <BRANCH_NAME> with meaningful name. For an example navbar. See the guide for the more details Link
git checkout -b feature/<BRANCH_NAME>
  1. Do your modifications

  2. Stage Changes and commit

git add .
git commit -m "<Commit message>"
  1. Push Changes
git push --set-upstream origin feature/<BRANCH_NAME>
  1. Make a Pull Request. See the guide for more details Link

About

A Hulu clone implemented with nextjs and tailwindcss

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published