A website for ordering pizzas online
- Copy the repository from GitHub
- Open the index.html file a browser of your choice
##BDD
-
Create checkbox options for toppings and radio buttons for size, confirm that input can be received in back end
-
Create Pizza object constructor that has the following properties
- size: small, medium, large (can only be one)
- toppings: olives, pepperoni, mushrooms, bacon, and spinach (allows multiple)
- cost:
-
Create prototype that takes user input (size, and toppings) from front end and puts their specifications into the pizza object
-
Prototype then calculates cost based on size (8, 12, 15), then adds $2 extra per topping chosen
-
print final cost to screen
https://github.com/rloos289/Pizza
- MIT
Copyright (c) 2016 Ryan Loos