A site for a pizza restaurant, with online ordering.
-
Select pizza size: Example Input: medium; Example Output: medium;
-
Select pizza crust type: Example Input: thin crust; Example Output: thin crust;
-
Select pizza sauce type: Example Input: regular; Example Output: regular;
-
Select an array of toppings: Example Input: Peperoni, Sausage; Example Output: Peperoni, Sausage;
-
Receive price for the custom pizza: Example Input: small, thin crust, regular sauce, Peperoni and Sausage; Example Output: $7.50;
-
Add quantity to order: Example Input: 3; Example Output: 3 pizzas have been ordered;
-
Add ability to order multiple custom pizzas: Example Input: Pizza1, Pizza2, Pizza3; Example Output: List of pizzas ordered with updated price;
- You can use the following link to open the site in your current browser:
- https://ilduchea.github.io/pizza/
- or
- You can clone the GitHub repository.
- Open the index.html file found with in the Ping-Pong directory/folder in your browser.
Tyler Stephenson ilduchea@gmail.com
HTML5 CSS3 javaScript Bootstrap Jquery
This is web page is licensed under the MIT License.
Copyright (c) 2017 Tyler Stephenson