Giter Club home page Giter Club logo

pizza-parlor's Introduction

Pizza Parlor

By Taylor Somers

Description

This website simulates a pizza parlor's site that would take order information from a customer and calculate the price of a pizza based on the size and toppings selected. It was created to exercise the knowledge I have acquired from Epicodus this week regarding the construction and manipulation of objects in JavaScript. It also demonstrates elements I learned in previous weeks at Epicodus, most importantly the use of looping. Not only is the webpage fully functional and bug-free at this point, it is styled in a more sophisticated way than previous website constructions I have undertaken, demonstrating the increasing proficiency I have cultivated with HTML, CSS, and Bootstrap.

Languages & Technologies Used:

Programming Languages & Libraries

  • Bootstrap
  • CSS
  • HTML
  • JavaScript
  • jQuery
  • Markdown

Operating Systems & Programs

  • Brave
  • Git Bash
  • Microsoft Windows 10
  • Visual Studio Code

Installation

  1. Download a web browser, such as Apple Safari, Brave, Google Chrome, Microsoft Edge, Mozilla Firefox, or Yandex.
  2. Navigate to https://github.com/taylorsomers/pizza-parlor.
  3. Click the green "Clone or download" button at the right of the screen.
  4. Select "Download ZIP."
  5. Use a file extractor or unzip program (such as PeaZip, Unzipper, WinZip, Zipware, or 7-ZIP) to extract the ZIP files onto your computer.
  6. Open the directory containing the extracted files.
  7. Double-click the "index.html" file to run the program through your web browser.

Specifications

Program Behavior Example Behavior Example Output
Program will create a pizza order that includes the property "size". "let pizzaOrder = new PizzaOrder() > pizzaOrder" "undefined > PizzaOrder {size: undefined}"
Program will change the size of the pizza depending on the size option chosen by the user. "Small > Submit; Large > Submit" "Alert: small; Alert: large"
Program will create a pizza order that includes toppings chosen by the user. "Sauce: Check > Submit; Sauce: Check, Cheese: Check > Submit" "Alert: sauce; Alert: sauce,cheese"
Program will update the pizza order each time a topping is subtracted by the user. "Sauce: Check, Cheese: Check > Submit; Sauce: Check, Cheese: Uncheck > Submit" "Alert: sauce,cheese; Alert: sauce"
Program will calculate a price for the pizza order based on the pizza size chosen by the user. "Small > Submit; Large > Submit" "Alert: 3; Alert: 5"
Program will calculate a price for the pizza order based on both the pizza size and the toppings chosen by the user. "Size: Small, Sauce: Check > Submit; Size: Small, Sauce: Check, Cheese: Check > Submit" "Alert: 4; Alert: 5"

Known Bugs

  • No known bugs at this time. If any are discovered, please feel free to reach out and let me know. If you would like to contribute any fixes or improvements, please do!

Contributors

  • Taylor Somers

License

This website is licensed under the GNU General Public License GPLv3. (C) 2020 Taylor Somers. All rights reserved.

pizza-parlor's People

Contributors

taylorsomers avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.