/Slinghsot-Airlines

Full stack web app, which lets users book a seat on a flight that they probably shouldn't take...

Primary LanguageJavaScript

Slingshot Airlines!

This full web stack application is built on the MERN stack (MongoDB, Express.js, React.js, Node.js).

As part of this project for Concordia Univerity, I was given some broken code and was asked to fix it. The scenario was that the previous developer had abruptly quit his job, so I was hired to make his broken code function. Some basic server scaffolding was provided, and some broken front end code was also provided. No database had been set up.

Select a flight

Users start by selecting their flight. Select a flight

Users start by selecting their flight.

Select a seat

Then they select a seat and enter their information. Select a seat and enter info

Confirmation page

Upon reserving a seat, users are directed to a confirmation page which provides them with a confirmation ID number. Confirmation Page

Reservation lookup

Using their reservation ID, users can look up their reservation info. Reservation Lookup

Reservation details

After providing their reservation ID, users are presented with their reservation information. Reservation details after lookup