/friday_project4

Website for a pizza parlor, in which a user can choose the size of their pizza from a few options and what toppings may go on their pie. The final result will be their choice of size/topping, and the final cost.

Primary LanguageHTML

Pizza Parlor

This is a running webpage, as of 2/9/20.

By Antonio Cruz

Description

This is a website of my Pizza Parlor. The user is given options to choose a size of pizza, and their choice of toppings to go with it.

Link to github repo

https://github.com/assassin56/friday_project4

SPEC Sheet

  • Pizza-size options are displayed
    • Input: drop-down box for user's size
    • Output: Pizza-size is stored.
  • Pizza-topping options are displayed as select-boxes.
    • Input: Upon user click.
    • Output: Variety of toppings are saved based on choice.
  • Selected pizza size is instantiated for the user.
    • Input: small, medium, large.
    • Output: Object for given size is created.
  • Toppings prototypes are saved onto the user's object.
    • Input: submit.
    • Output: saved toppings.
  • Total price is displayed at the bottom.
    • Input: submit.
    • Output: total price of size and toppings.

Setup/Installation Requirements

  • Clone this repo by selecting the "clone or download" button. This will allow you to copy the repo's link.
  • While on the command line in your terminal, enter "git clone" followed by the copied url.
  • Enter "ls" to show a list of files and documents. One of them will be labeled "friday_project4. Use "cd" followed by the project directory name to navigate there.
  • While in project directory, open the contents of the directory, or use "code ." to enable the shortcut to open in Visual Studio Code.
  • When all of the directory's files have been opened, click and drag "index.html" to an open browser. From here You should be able to view the website and interact with it.

Known Bugs

N/A

Support and contact details

Antonio Cruz's email: codrocks.cruz3@gmail.com

Technologies Used

  • Markdown
  • CSS
  • HTML
  • Bootstrap
  • Git
  • jQuery
  • JavaScript

License

The MIT license

Copyright (c) 2020 Antonio Cruz