An open API service indexing awesome lists of open source software.

https://github.com/rhildred/es6orderbot


https://github.com/rhildred/es6orderbot

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# ES6 Order Bot

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).