/Airline-seat-reservations-website

Simple website for managing seat reservations on an airplane

Primary LanguagePHP

Airline Seat Reservations Website

Simple website for managing seat reservations on an airplane

  • Homepage: seat map and relative information (total number of seats and subdivision into purchased, reserved and free ones). Each seat is associated to a color:
    • green: free;
    • booked: orange;
    • purchased: red.
  • Booking is only possible for registered and authenticated users. The sign up process only requires a valid email address and a password that must comply with certain specified requirements.
  • A logged in user can book seats by clicking on them. If in the meantime the seat was token, the user will be notified and the green seat will turn red. Seats can be purchased by clicking on a specific button.

Website developed using HTML5, CSS, Javascript, PHP, Ajax, SQL.