Online air ticket booking system
The page template is developed using Twitter Bootstrap 4. Popular AJAX request routes (GET) are downloaded from the external API when you download a page. The search form allows you to find current flights according to the specified criteria. When sending the form, the AJAX request (POST) is performed and if there is information that corresponds to the data sent in the form, the requested information comes from the server. The data exchange between the site and the server is performed in JSON format.