Skip to content

matheusbn/menu-client

Repository files navigation

Menu Client App

This is a PWA for ordering food at a restaurant. It is part of a digital menu system consisting of this app, a manager app and a kitchen app.

Usage

  1. The user registers with his phone.

  2. Upon getting to the restaurant, he scans the table QRCode and opens a session.

  3. The user can order items and add optionals.

  4. The user closes his session.

Tech

This app is built with Preact, Redux, Material UI and Firebase. As this was a learning project, the webpack config and the router were implemented manually.