# 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 β¦