A modern video streaming platform prototype with cinematic visuals and smooth animations. Built for movie enthusiasts!
- 🎥 Auto-playing hero section with cinematic trailer
- 🌓 Smart dark/light mode toggle
- 📱 Fully responsive design
- 🎬 Movie poster hover animations
- 🔍 Interactive search functionality
- 📺 Dynamic feature tabs
- 🖼️ HD quality indicators
- 🎞️ Smooth page transitions
- Clone the repository:
git clone https://github.com/yourusername/kingplay-streamer.git
cd kingplay-streamer- Open in browser:
open index.html # Or double-click the filenpm install
npm start
- AWS Account (for production deployment)
- Node.js 16+ (for Electron build)
-
Toggle Theme
Click the sun/moon icon in top-right to switch between dark/light modes -
Browse Movies
Hover over movie posters for zoom effect
Click posters to watch movies -
Explore Features
Click through different content tabs (Movies, TV Shows, Originals) -
Responsive Design
Resize browser or view on mobile devices for adaptive layout
- Font Awesome Icons
- Google Fonts
- Cloud-hosted Videos
body.dark-mode {
background: #0a0a0a;
color: #fff;
transition: all 0.5s ease;
}Smooth color transitions with CSS animations
Auto-playing fullscreen background video with overlay text
.movies-img:hover {
transform: scale(1.05);
box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}Hover effects with scale transformation and shadows
@media (max-width: 768px) {
.menu {
display: none;
}
.menu-btn {
display: block;
}
}Responsive hamburger menu for mobile devices
| Light Mode | Dark Mode |
|---|---|
![]() |
![]() |
| dashboard | streaming |
|---|---|
![]() |
![]() |
Found a bug? Have a feature idea? Contributions welcome!
- Fork the project
- Create your branch (
git checkout -b feature/AmazingFeature) - Commit changes (
git commit -m 'Add AmazingFeature') - Push to branch (
git push origin feature/AmazingFeature) - Open a Pull Request
Distributed under MIT License. See LICENSE for more information.
This project is for educational purposes only. Movie assets are used as placeholders. Please replace with licensed content for production use.
Made with ❤️ by [C MANOJ KUMAR] | Live Demo | Report Bug



