This project is my use of prototypes and constructors. User can order a pizza and toppings and get a result.
- Clone Repository
- Open repository directory
- Open index.html
- View website in browser
Or alternatively view it at https://yoshimario.github.io/pizza-parlor/.
-
Spec 1: User does not select a pizza.
- Input: Select Pizza Size:
- Output: "Yo demon you are in hell so please the Devil and select your pizza!"
-
Spec 2: User selects a pizza size and no toppings
- Input: pizza = {size = "bite sized"}
- Output: "The demons total will cost: $280"
-
Spec 3: User selects a pizza size and two toppings
- Input: pizza = {size = "bite sized", toppings = ['fire'], ['sweat']}
- Output: "The demons total will cost: $761"
No known bugs at this time!
- HTML
- CSS
- jQuery
- JavaScript
- Bootstrap
This project I really wanted to make the user experience shine thru. I had a vision of having a video in the background and having a container over top of that. I then on top of that proceeded to have a jumbotron with another video in the background of a fire pit. I also then had a animated gradient effect to the selection of pizza size and toppings. I continued the gradient effect when user submits the order as well.
This software is licensed under the MIT license.
Copyright (c) 2020 Sean Wilson