Welcome to the Booking App for Palazzo Mazzioti! This application allows users to browse available rooms, select a room for booking, and fill in their booking details.
- Display available rooms with their respective details (room number, name, and price).
- Select a room for booking.
- Fill in booking details such as full name, booking days, number of guests, email, phone number, credit card information, billing address, and more.
- Validate user input for booking details using regular expressions.
- Simulate a server request to process the booking.
- Display the booking process and confirmation with all the booking details.
- Clone this repository to your local machine.
- Open the
index.html
file in your web browser. - Explore the available rooms, select a room, and fill in the booking details to make a booking.
- Click on the "Select Room" button next to the desired room to initiate the booking process.
- Fill in the required booking details in the form.
- Click the "Submit" button to complete the booking.
- After successful booking, the confirmation details will be displayed.
-
HTML
-
CSS
-
JavaScript
live demo : https://goleo87.github.io/PalazzoMazziotiBookingApp/
- [Stefano Borrelli]