Skip to content

Basic pizza website using Javascript and jQuery to calculate and display your pizza order.

Notifications You must be signed in to change notification settings

mayurgarud06/pizzaDelivery

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Selector

Based on users selections will display pizza's price

By Noah Gottlieb

Description

This webpage will take a users selections and will provide a price for their pizza selection.

Setup

Known Bugs

  • No Bugs Recorded

Specs

Behavior Input Output
Receive size and toppings, displays price Size: Small, Topping: Pepperoni, Topping: Mushrooms $11.50
Multiple choices increase price Size(small:$ 8.00) + Mushrooms($1.50) + Pepperoni (2.00) + Capicola(2.50) $14.00
Clear page of information Large($13.00) + Pepperoni($2.00) + Mushrooms($1.50) = Total : #16.50 cleared page

Support and contact details

For support you can reach me at: nogpdx@gmail.com

Technologies Used

HTML, CSS, Bootstrap, javascript, jquery

Screen Shot

Screen Shot

License

Copyright (c) 2017 Noah Gottlieb

About

Basic pizza website using Javascript and jQuery to calculate and display your pizza order.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 70.8%
  • CSS 15.4%
  • JavaScript 13.8%