/pizza-webpage

Pizza ordering website that demonstrates use of objects, constructors, and prototypes

Primary LanguageHTML

Pizza Order Website

Week 4 Independent Project for Epicodus, 11.02.2018

By Kenny Wolfenberger

Description

This webpage allows a user to order a pizza with options such as size and toppings. Page demonstrates use of Objects, constructors and prototypes.

Specs

Spec Input Output
Webpage accepts user's selction of pizza size and ingredients and adds them to pizza object. "medium", "pepperoni" this.toppings = ["pepperoni"], this.size ="medium"
Webpage uses a prototype function including ingredients and pizza size to compute price of a pizza object pizza.costPrototype if else statements to calculate price
Program displays list of pizzas and costs "small", "pepperoni" $9.25

Setup/Installation Requirements

  • Clone this repository on GitHub
  • Open the index.html file in a web browser to view the webpage
  • Open files using text editor (such as Atom) to view the code

Known Bugs

N/A

Link to Gh-Pages

kwolfenb.github.io/pizza-webpage/

Support and contact details

Contact Kenny Wolfenberger - kennywolfenberger@gmail.com.

Technologies Used

  • HTML
  • CSS
  • Bootstrap
  • JavaScript
  • jQuery

License

This software is licensed under the MIT license.

Copyright (c) 2018 Kenny Wolfenberger