/pizza-parlor

epicodus project 4

Primary LanguageHTML

Mystic Pizza Parlor

Website that takes pizza orders, january 31 2020

By Patrick S. Delaney

Description

A mystical website in which the user orders a pizza with options of size and toppings. The program will tell the user how much their order will cost in magical currency. Choose as many magical toppings or drinks as you'd like. There may be more to features come.

Setup/Installation Requirements

  • There are two options to get this magical site up and running.
  • option 1:
  • Option 2
    • Open Terminal.
    • Clone the respository in which this application is stored by following the next step.
    • type: "git clone" and insert this link after that phrase in your terminal: https://github.com/Prestwick97/pizza-parlor.git, press enter.
    • Navigate to the folder in your desktop using your terminal ("cd pizza-parlor")
    • Open the html file using the command: "open index.html" in your terminal.
    • The website should open in your default browser.
    • Enjoy!

Specs:

User will select which size of pizza they prefer.

  • input: large
  • output: size 3

User will select which toppings they prefer.

  • iput: artichoke
  • output: topping 1

User will be able to select multiple toppings or beverages.

  • input: artichoke, pepperoni, salami
  • output: topping 1, 2, 3

Program will give user a price for their pizza based on their preferences.

  • input: size: large, toppings: spinach, artichoke
  • output: price

Known Bugs

At the moment, there are no known bugs.

Support and contact details

If you have any questions, comments, suggestions, or concerns, please contact Patrick Delaney at prestwick97@gmail.com.

Technologies Used

  • html
  • css
  • bootstrap
  • javascript
  • jquery

License

Licensed under the MIT license Copyright (c) 2020 Patrick S. Delaney