Skip to content

JStunning/pizzaParlor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pizzaParlor

Project to show I understand OOPS (Object Oriented Programming Systems) in Javascript, 1/31/2020

By Jack Dunning

Description

This is a project I made for epicodus using OOPS to create a mock page for a Pizza Place. It will take values of toppings, sizes, and number of how many pizzas someone wants to order and gives them a total price. If they want to order the pizza for that price then they can click complete order and it will alert them with a thank you note and their total again.

Setup/Installation Requirements

  • Go to my github pages or download/clone from github and run index.html

github-pages link: https://jackstunning.github.io/pizzaParlor/

That should be all the set up

Specs

  • Spec: Returns a receipt based on what toppings, sizes and how many pizzas you want

    • Input: Toppings: "Pepperoni", Sizes: "Small: $5", Number: "1"
    • Output: "1x Pepperoni \n Small \n $5"
  • Spec: Returns a pizza with a topping you select

    • Input: Toppings: "Pepperoni"
    • Output: "1x Pepperoni"
  • Spec: Returns a pizza with a size you select

    • Input: Size: "Small"
    • Output: "1x Small"
  • Spec: Returns pizzas depending on how many you want to select

    • Input: How Many: 5
    • Output: "5x Pizzas"

Known Bugs

No know bugs at this time

Support and contact details

Email: JackStunning9001@gmail.com

Technologies Used

Html, Css, Javascript, jQuery, Bootstrap

License

*Copyright (c)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN*

Copyright (c) 2020 Jack Dunning

About

Mock pizza store ordering page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published