Pizza web application where customers can order different types and sizes of pizzas, with one or more toppings. The goal of the project is to practice working with constructors, objects, properties and methods in JavaScript.
Behavior | Input | Outcome |
---|---|---|
Website home page features an order form where the customer enters in their name to start order | Customer: Edith | Name is stored to display with final price |
After typing in their name, the customer selects a pizza size from a drop down menu | Pizza Size: Small / Medium / Large / Extra Large | Info is stored to determine price |
Next, the customer selects pizza toppings from a checkbox menu. Customer can choose all option, some options, or none | Pizza Toppings: Pepperoni, Pineapple, Olives, Beacon | Info is stored to determine price |
Customer clicks the "submit" button to determine price | Click SUBMIT button | Price is displayed below the form |
https://edith-guru.github.io/Slice-of-Summer-Pizza/
- Clone this repository
- Open a HTML file
- Open web browser of choice
- GitHub pages link: https://github.com/Edith-guru/Slice-of-Summer-Pizza.git
- HTML
- CSS
- Bootstrap
- JavaScript
- jQuery
This software is licensed under the MIT license.
Copyright (c) 2022 Edith Nekesa