Booking.js: Manages the process of creating and viewing bookings.
CustomerForm.js: Collects customer details for a reservation.
Home.js: Displays basic information about the event and allows navigation.
Reservations.js: Lists all reservations made by the user.
BookingDetails.js: Shows detailed information about a selected booking.
Booking.css: Contains styling for the Booking.js component.
Services: The src/services folder contains files for handling API interactions using Axios. Services include:
BookingService.js: Manages all booking-related API requests.
CustomerService.js: Handles API calls for customer-related operations.