A react.js based application for taking orders at a drive-thru. View a demo
- Create a visual menu where the drive-thru employee can select menu items to build the order and then send the order to the cooks.
- Handle a case where someone has decided to change their order once they get to the window.
- Handle a case where someone has decided to cancel an order once they get to the window.
- Have a way to view current open orders and then close them when they're handed to our happy customers.
- Alert the manager when the total number of open orders goes above 4.
brew install yarn
yarn install
yarn start
yarn test