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.
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.
- 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 ✅
Check out the live demo of the Disney+ Hotstar Clone: Disney+ Hotstar Clone Demo
To get started with this Disney+ Hotstar clone, follow these steps:
-
Clone the repository to your local machine:
git clone https://github.com/your-username/disney-hotstar-clone.git
-
Change your current directory to the project directory:
cd disney-hotstar-clone
-
Install the project dependencies:
npm install
-
Start the development server:
npm run dev
-
Open your web browser and visit http://localhost:3000 to access the Disney+ Hotstar clone.
-
You can now explore the application, register/login, browse the catalog, search for content, and enjoy streaming your favorite movies and TV shows.
Contributions are welcome! If you'd like to contribute to the Disney+ Hotstar clone project, please follow these steps:
- Fork the repository on GitHub.
- Create a new branch with a descriptive name: git checkout -b feature/new-feature.
- Make your changes and commit them: git commit -m "Add new feature".
- Push your changes to the branch: git push origin feature/new-feature.
- Submit a pull request explaining your changes and why they are necessary.
This project is licensed under the MIT License - see the LICENSE file for details.