It's a pizza maker! Choose your toppings and size, and then see what it costs. Then maybe order a real pizza somewhere else, I don't think I can program that part just yet.
Spec | Input | Output |
---|---|---|
Generate a pizza | Order Pizza | Enjoy your pizza! |
Generate a pizza with various toppings | Order Pizza (checked boxes for peppers, onions, steak) | Enjoy your pizza! Toppings: Steak Onions Peppers |
Generate a pizza with various toppings and a size | Order Pizza (checked boxes for peppers, onions, steak) (Large size selected) | Enjoy your large pizza! Toppings: Steak Onions Peppers |
Generate a pizza with various toppings, a size, and a price based on those factors | Order Pizza (checked boxes for peppers, onions, steak) (Large size selected) | Enjoy your large pizza! Toppings: Steak Onions Peppers Your bill is $15 |
- Download repository from github
- Open index in browser
- Make sure the file structure's maintained, otherwise it might break
- Also I recommend Chrome as a browser
The pizza display is bigger than it needs to be, but I don't think I know enough CSS to fix it right now
- HTML
- CSS
- Bootstrap
- Javascript
- jQuery
This is licensed under the MIT license.
Copyright (c) 2017 James Donlan