Restaurant Tables
I created an Adobe AIR app to visualize available and occupied tables in a restaurant.
I’ve only included the source files because it is more of a proof of concept than an actual product, and it was my way of trying out Adobe AIR (without making a Twitter app).
The app was written in HTML/JavaScript (jQuery and jQuery UI).
The main idea of the program:
- an application that the host/hostess of a restaurant will use to seat guests
- add rectangular and elliptical tables to re-create the restaurant’s layout
- click on a table to mark as occupied, click again to mark as open
- save the layout of the tables each time the application closes
