https://github.com/rhildred/es6orderbot
https://github.com/rhildred/es6orderbot
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rhildred/es6orderbot
- Owner: rhildred
- Created: 2021-01-28T15:48:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-02T15:09:09.000Z (about 5 years ago)
- Last Synced: 2025-07-25T19:58:04.878Z (12 months ago)
- Language: JavaScript
- Size: 440 KB
- Stars: 1
- Watchers: 3
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I got the user interface for the web from a student of mine, Pat Wilken.
To run:
1. The first time run `npm install`
2. Press ctrl-f5 while your focus is in one of the files that starts with a number and is all lower case.
## Assignment 1
Create an order bot for your favourite food. You need to have at least 2 items on the menu unless your favourite food is pizza in which case you need to have 3 (I did pizza already). The menu items need to have size and one other attribute like toppings. You also need an up-sell item like drinks in the example.
### Marking
basic order for an item in a zip (65%)
2nd or 3rd item (up to 10%)
up-sell item other than drinks (up to 10%)
estimated price or ability for someone in the store to see the orders with their phone (up to 15%)
There is a brief [presentation here](EventsAndObjects.pdf).