Skip to content

brohit22/Disney-clone

Repository files navigation

Disney+ Hotstar Clone

This is a public repository for a Disney+ Hotstar clone, designed to mimic the popular streaming platform's user interface and functionality. This project was initially created 6 months ago and aims to provide users with a similar experience to Disney+ Hotstar.

Table of Contents

Introduction

This project is a clone of Disney+ Hotstar, a popular streaming platform. It is built using modern web development technologies such as Vite, Tailwind CSS, and more. The goal of this project is to create a similar user interface and user experience to Disney+ Hotstar, allowing users to browse, search, and watch their favorite movies and TV shows.

Features

  • User authentication and registration ❌
  • Browse a catalog of movies and TV shows ❌
  • Search for specific content ❌
  • Watch movies and TV shows ✅
  • User-friendly and responsive design ✅

Preview

image

image

Demo Link

Check out the live demo of the Disney+ Hotstar Clone: Disney+ Hotstar Clone Demo

Getting Started

To get started with this Disney+ Hotstar clone, follow these steps:

Installation

  1. Clone the repository to your local machine:

    git clone https://github.com/your-username/disney-hotstar-clone.git
  2. Change your current directory to the project directory:

    cd disney-hotstar-clone
  3. Install the project dependencies:

    npm install

Usage

  1. Start the development server:

    npm run dev
  2. Open your web browser and visit http://localhost:3000 to access the Disney+ Hotstar clone.

  3. You can now explore the application, register/login, browse the catalog, search for content, and enjoy streaming your favorite movies and TV shows.

Contributing

Contributions are welcome! If you'd like to contribute to the Disney+ Hotstar clone project, please follow these steps:

  1. Fork the repository on GitHub.
  2. Create a new branch with a descriptive name: git checkout -b feature/new-feature.
  3. Make your changes and commit them: git commit -m "Add new feature".
  4. Push your changes to the branch: git push origin feature/new-feature.
  5. Submit a pull request explaining your changes and why they are necessary.

License

This project is licensed under the MIT License - see the LICENSE file for details.