This project was done for Software Design (CS 309). It was a four person group project we spent the entire semester on. The goal of the project was to make a restaurant Point of Sale system that could be accessed from any android device. Allowing servers to put orders in to the kitchen while standing at the table they were taking the order from. I also created a drag and drop style map for managers to set up a floor plan of their restaurant and assign tables to specific servers/bartenders. We wrote the main Android app in Java using XML for the GUI, and the network connection was done with Node.js, a RestAPI, and a MySQL connector.
I was one of the two members in the front-end team on this project and in charge of creating the front end design as well as the drag and drop system for the restaurant map.