IRASSHAIMASE!
(いらっしゃいませ!)

This is a full stack demo for a self-checkout kiosk app intended for restaurant owners, to be used by patrons and employees. Created with React, React Context, Material-UI frontend, and Node, Express, MongoDB Atlas backend.

(Javascript, React, React Context, Node, Express, MongoDB)

SELF-CHECKOUT

Patrons can place and pay for food orders (Note: this app isn't connected to a pay service and doesn't accept payment information; it's features is only mimiced).

STATE-MANAGEMENT AND ADMIN VIEW/QUEUE

React-Context is used for state management of orders. Restaurant and front-of-house employees may view/cancel/deliver orders through an admin screen and display a queue for backlogged/fulfilled orders. These are public routes for the purposes of this demo.