A clone of the popular streaming platform Disney Plus, built using React and Tailwind CSS.
- Browse and stream a wide range of Disney movies and TV shows
- Responsive design for optimal viewing experience on various devices
- Search functionality to discover specific movies and shows
- Playlists and favorites feature to save and organize favorite content
- React: JavaScript library for building user interfaces
- Tailwind CSS: Utility-first CSS framework for rapid UI development
You can check out the live demo of the Disney Plus Clone https://main--disneys-clone.netlify.app/.
To run the Disney Plus Clone locally, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/disney-plus-clone.git
-
Navigate to the project directory:
cd disney-plus-clone
-
Install the dependencies:
npm install
-
Start the development server:
npm start
-
Open your browser and visit
http://localhost:3000
to see the Disney Plus Clone in action.
Contributions are welcome! If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request.