Skip to content

yoshimario/pizza-parlor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pizza Parlor Website

Independent Constructors & Prototypes Project for Epcicodus, 08.30.2020

By Sean Wilson

Description

This project is my use of prototypes and constructors. User can order a pizza and toppings and get a result.

Setup/Installation Requirements

  • Clone Repository
  • Open repository directory
  • Open index.html
  • View website in browser

Or alternatively view it at https://yoshimario.github.io/pizza-parlor/.

Specifications

  • Spec 1: User does not select a pizza.

    • Input: Select Pizza Size:
    • Output: "Yo demon you are in hell so please the Devil and select your pizza!"
  • Spec 2: User selects a pizza size and no toppings

    • Input: pizza = {size = "bite sized"}
    • Output: "The demons total will cost: $280"
  • Spec 3: User selects a pizza size and two toppings

    • Input: pizza = {size = "bite sized", toppings = ['fire'], ['sweat']}
    • Output: "The demons total will cost: $761"

Known Bugs

No known bugs at this time!

Technologies Used

  • HTML
  • CSS
  • jQuery
  • JavaScript
  • Bootstrap

This project I really wanted to make the user experience shine thru. I had a vision of having a video in the background and having a container over top of that. I then on top of that proceeded to have a jumbotron with another video in the background of a fire pit. I also then had a animated gradient effect to the selection of pizza size and toppings. I continued the gradient effect when user submits the order as well.

License

This software is licensed under the MIT license.

Copyright (c) 2020 Sean Wilson

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published