A responsive web application for a fictional Music Festival.
Includes pages for lineup, event schedule, gallery, and seat booking system with seat selection, multiple booking support, and booking persistence via localStorage.
-
Home Page (index.html) β Festival hero section, call to action, and highlights.
-
Gallery (gallery.html) β Showcase images of artists and past festivals.
-
Schedule (schedule.html) β Responsive grid of performances with time and stage labels.
-
Booking (booking.html)
- Interactive seat selection (200 seats).
- Stage bar visualization.
- Book single or multiple seats.
- Stores booking info (name, phone, seats) using browser localStorage.
- Booked seats appear in red and cannot be re-selected.
- HTML5
- CSS3 (Bootstrap 5)
- JavaScript (Vanilla JS, LocalStorage)
- Google Fonts
music-fest/
β
βββ index.html # Homepage
βββ gallery.html # Festival gallery
βββ schedule.html # Event schedule
βββ booking.html # Seat booking system
βββ README.md # Project documentation
- Add backend (Node.js / Firebase) for real ticket management.
- Payment gateway integration (Razorpay / Stripe).
- User login & booking history.
Developed by [Arya Ramachandran] πΆ