EatApp is a restuarant in house food delivery platform that is designed with scalability in mind. The web application targets two user demographics. Restaurant owners, and restaurant customers.
EatApp was built by:
Features included for restaurant owners are menu customization, theme customization, customer order handling and QR code generation for tables.
Customers can scan QR codes through the web application, order food items to their table and pay for them, as well as check their order history if an account is created. Users can still use the service without creating an account.
Check it out here.
To run the project
- clone the git repository into your code editor
npm i
in rootnpm start
in root
EatApp is built with Materiaul-UI, React, Typescript, Node, Express and Firebase.