yoshimario / pizza-parlor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:CSS 43.7%Language:HTML 31.2%Language:JavaScript 25.1%