This is a Jio Hotstar Clone web application built with React and Firebase. It replicates the core UI and features of Disney+ Hotstar, allowing users to explore movies, TV shows, and other content in a seamless streaming-like interface. Firebase is used for storing and managing data.
Frontend:
- React.js
- Tailwind CSS
Backend & Database:
- Firebase Firestore / Realtime Database
Hosting:
- Vercel Hosting
- 🎥 Movie & TV show listings with dynamic content rendering
- 📱 Fully responsive and modern UI
- 🔥 Firebase integration for storing and managing data
- ⚡ Smooth navigation and user-friendly interface
📦 jio-hotstar-clone
├── 📂 public # Static assets (images, icons, etc.)
├── 📂 src
│ ├── 📂 components # Reusable UI components (Navbar, Sidebar, Card, etc.)
│ ├── 📂 pages # Page components (Home, Movies, TV, Details)
│ ├── 📂 assets # Images and other static assets
│ ├── 📜 App.js # Main application file
│ ├── 📜 index.js # Entry point
│ ├── 📜 firebase.js # Firebase configuration
├── 📜 .gitignore # Git ignore file
├── 📜 package.json # Project dependencies
├── 📜 README.md # Project documentation
Clone the repository:
Run the development server:
git clone https://github.com/Aamir-786687/Jio_Hotstar_Clone.git cd Jio_Hotstar_Clone