Skip to content

BhavyanshJain/hulu-ui-clone

Repository files navigation

License

Hulu Clone

A hulu UI clone that scrapes movie data from TMDB and displays different genres of movies, like trending, most viewed, etc.
View Demo


Table of Contents
  1. About
  2. Getting Started
  3. Usage
  4. Contributing
  5. License
  6. Contact

About

A hulu UI clone that scrapes movie data from TMDB and displays different genres of movies, like trending, most viewed, etc

Built With

  • nextjs
  • reactjs
  • tailwindcss

(back to top)

Getting Started

This is how you may set up your project locally. To get a local copy up and running follow these simple steps.

Prerequisites

You must have the following installed on your local machine.

  • npm package manager
  • yarn npm install --global yarn

Installation

  1. Fork the repo
  2. Clone it to your local computer
    git clone https://github.com/your_username_/Project-Name.git
  3. Install NPM packages using yarn
    yarn
  4. Enter your Environment variables in .env.local file
    API_KEY= Get it from https://www.themoviedb.org/settings/api
  5. Run the development server:
    yarn dev
  6. Open http://localhost:3000 with your browser to see the result.

(back to top)

Usage

  1. Home page

    Example screenshot

(back to top)

Contributing

Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.

If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)

Contact

Twitter - @BhavyanshJain

Project Link: https://github.com/BhavyanshJain/hulu-ui-clone

(back to top)

About

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published