cd ..

Full-Stack Concert Booking App

PHP MySQL HTML5

1. The User Experience

The application is built with a "mobile-first" philosophy, ensuring that the Landing Page is responsive across all devices using CSS Grid. Users can easily browse featured events and navigate to booking.

Upon logging in, users are directed to the Client Dashboard. This secure area allows them to manage bookings, view ticket history, and update profile settings.

Scroll for more

2. Admin & Backend Architecture

The core power of the application lies in the Admin Control Panel, which provides full CRUD capabilities for Events, Venues, and Users.

To support this, I designed a normalized Relational Database Schema in MySQL. This ensures data integrity when handling complex relationships, such as linking multiple bookings to a single user and specific event seats.

Scroll for more