# Luganda Movies - Luganda Translated Movie Streaming Platform
A modern, responsive streaming platform dedicated to Luganda translated movies (VJ movies) built with HTML, CSS, JavaScript, and Node.js. Watch your favorite international movies dubbed in Luganda by Uganda's top VJs.
## 🎬 Features
- **Luganda Translated Content**: Exclusive collection of movies translated to Luganda
- **VJ Profiles**: Browse movies by your favorite VJ translators
- **Modern Design**: Clean, professional interface with light green color scheme
- **Responsive Layout**: Works perfectly on desktop, tablet, and mobile devices
- **Hero Slider**: Auto-playing carousel showcasing featured Luganda movies
- **Uganda TV Integration**: Watch local Uganda TV stations live
- **Subscription Plans**: Three-tier pricing (Free, Basic, Premium)
- **User Authentication**: Login and registration pages with validation
- **Search Functionality**: Search by movie title, VJ name, or genre
- **Quality Filters**: Filter by translation quality and video quality
- **Lazy Loading**: Optimized image loading for better performance
- **Smooth Animations**: Engaging transitions and hover effects
## 🎨 Color Scheme
- **Primary Color**: Light Green (#7CFC00) - Represents Uganda's vibrant culture
- **Secondary Color**: Cyan (#00D9FF)
- **Background**: Dark theme (#0a0a0a, #1a1a1a)
- **Text**: White (#ffffff) and Gray (#b3b3b3)
## 📁 File Structure
```
luganda-movies/
├── index.html # Homepage with Luganda movies
├── movies.html # Browse all Luganda movies
├── subscribe.html # Subscription plans page
├── login.html # User login page
├── register.html # User registration page
├── uganda-tv.html # Uganda TV stations
├── player.html # Video player page
├── terms-of-service.html # Terms of service
├── privacy-policy.html # Privacy policy
├── css/
│ ├── style.css # Main stylesheet
│ └── respons …