Airport Locker Rental

Directions

  • To use the "command prompt":
  • 1. [tab] to the input field.
  • (you should see a blinking cursor)
  • 2. Type in your data
  • (Press [Enter] to submit)
  • ————————————————————————————
  • Note: To go back to the main menu,
  • press [tab] until you see a prompt
  • at the bottom of the "terminal."

About

This application is designed to showcase my Airport Locker Rental console app. The UI was designed to mimic the command prompt window by utilizing HTML and CSS. This version is stateless and handles HTTP requests, so it was a fun challenge getting it to imitate the "state" of the console version. I used ASP.NET Core [MVC] to handle requests, and C# was used to create the mock database. If you would like to use the command prompt version, visit the repository.