JStein92 / order-pizza

A site that lets you build and order a pizza

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Order Pizza

By Jonathan Stein

A website that lets the user place multiple customizable pizza orders

Specifications

This website allows the user to build a custom pizza with various options and have the pizza displayed back to them.

  • Example Input: (From various input forms) Large, Thin Crust, with Olives
  • Example Output: Size: Large, Crust: Thin, Toppings: Olives

The site calculates the price for the pizza and displays it back to the user

  • Example Input: User chooses "Large" + "Stuffed Crust"
  • Example Output: Cost: $15

The site allows the user to order multiple pizzas

  • Example Input: "Add another pizza" button is clicked
  • Example Output: The user is taken to the start of the form and builds another pizza

Content

Index.html:

  • This contains the pizza building site that lets the user construct their own pizza

Other:

  • Img folder to store local images
  • Styles.css for CSS formatting
  • Scripts.js for JavaScript and Jquery code

How to use

  1. Download project from GitHub: https://github.com/JStein92/pingpong
  2. Run HTML in preferred browser
  3. Follow instructions on page
  • Choose a pizza size, crust, and topping
  • Click "Add to Cart" button to add to your cart
  • Use "New Pizza" button to start another pizza, or "Place order" to clear cart.

Legal Information

Copyright (c) 2017 Copyright Holder All Rights Reserved. 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.

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 CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Copyright jQuery Foundation and other contributors, https://jquery.org/

This software consists of voluntary contributions made by many individuals. For exact contribution history, see the revision history available at https://github.com/jquery/jquery-ui

Descriptions of locations taken from Wikipedia. Images are not mine.

About

A site that lets you build and order a pizza


Languages

Language:JavaScript 44.0%Language:HTML 40.9%Language:CSS 15.1%