Skip to content

rloos289/Intro_Pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template

By Ryan Loos

Description

A website for ordering pizzas online

Setup/Installation Requirements

  • Copy the repository from GitHub
  • Open the index.html file a browser of your choice

##BDD

  • Create checkbox options for toppings and radio buttons for size, confirm that input can be received in back end

  • Create Pizza object constructor that has the following properties

    • size: small, medium, large (can only be one)
    • toppings: olives, pepperoni, mushrooms, bacon, and spinach (allows multiple)
    • cost:
  • Create prototype that takes user input (size, and toppings) from front end and puts their specifications into the pizza object

  • Prototype then calculates cost based on size (8, 12, 15), then adds $2 extra per topping chosen

  • print final cost to screen

GitHub link

https://github.com/rloos289/Pizza

Licensing

  • MIT

Copyright (c) 2016 Ryan Loos

About

A pizza shop website for using objects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors