The intention of the app is for a user to log in select and customize menu items. When they click "Send to Burrito Shop" That adds the order to a queue in the employee view section of the app. From there, an employee can either delete or e-mailed to prescribed address. The idea being the restaurant could send orders to a web-enabled printer that would print hard copies of orders to be fulfilled.
This project was bootstrapped with Create React App.
- Clone this repository
cdinto the directory- Install the necessary packages:
npm installnpm i --save react react-dom react-router-domnpm install grommet styled-components --savenpm install grommet-iconsnpm install emailjs-com --savenpm install json-server
mkdir apiandtouch database.jsonto create the database- Copy and paste sample api below into the database
- Run
json-server -w database.json -p 8088from the api directory - In a separate terminal, run
npm startfrom the repository directory
N.B. EmailJS can be used for free, but requires an account. Sign up here.



