A web application to resolve the inevitable arguments and indecisiveness when deciding where to get food.
The API is a standard Express (Node.js) application, and makes use of the Yelp API to retrieve local restaurants for use by the client, as well as handling server side sockets.
The client is built with React.js, allowing users to create rooms, which can then be used to discuss and vote on various restaurants, which are chosen at random with parameters configured by an admin.
Outside of the functionality, the purpose of this app was to pick up a few new technologies. These were: