Cinema website

THE PROJECT

Limelight Cinema is a dynamic website designed for managing cinema-related content. It features a user-friendly admin panel with full CRUD (Create, Read, Update, Delete) capabilities for managing movies, genres, showtimes, and descriptions. Ideal for cinema owners or film enthusiasts, the platform allows easy updating of film posters, trailers, and detailed info — all in one place.

TECHNICALS

  • Frontend Technologies:
    • HTML5 – Structure of the website
    • CSS3 – Styling and layout
    • JavaScript – Client-side interactivity
    • AJAX – Asynchronous content loading
    • Bootstrap – Responsive admin UI
    • jQuery – For simplified DOM manipulation and AJAX (if used)
  • Backend Technologies:
    • PHP – Server-side logic and functionality
    • MySQL / MariaDB – Relational database
    • SQL – For queries and data manipulation
  • Security & Authentication:
    • Password hashing for secure login
    • PHP Sessions for user authentication
  • Core Features:
    • Dynamic movie listings
    • User registration and login system
    • Age-based content personalization
    • Admin panel with full CRUD
    • User reviews and ratings
    • Post/blog creation
    • Commenting system
  • Optional Tools:
    • FontAwesome / Google Fonts
    • Git/GitHub for version control
    • XAMPP/WAMP/LAMP for local development