This webpage will take a users selections and will provide a price for their pizza selection.
- Open Web Browser.
- type https://ngottlieb87.github.io/pizzaDelivery into url bar.
- In terminal use git to clone repository to determined destination
- Open file with which ever text-editor you prefer
- No Bugs Recorded
Behavior | Input | Output |
---|---|---|
Receive size and toppings, displays price | Size: Small, Topping: Pepperoni, Topping: Mushrooms | $11.50 |
Multiple choices increase price | Size(small:$ 8.00) + Mushrooms($1.50) + Pepperoni (2.00) + Capicola(2.50) | $14.00 |
Clear page of information | Large($13.00) + Pepperoni($2.00) + Mushrooms($1.50) = Total : #16.50 | cleared page |
For support you can reach me at: nogpdx@gmail.com
HTML, CSS, Bootstrap, javascript, jquery
Copyright (c) 2017 Noah Gottlieb