Skip to content

This project was designed to store the user's input for creating a pizza order, then displaying their information and total for their order using Object-Oriented Javascript.

HarrisonStrand/Cowabunga-Pizzaria

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Week Four/Pizza Shop

HTML, CSS, Javascript

By Harrison Strand

Description

---This project was designed to display my comprehension of the material in week four of Epicodus with Object-Oriented Javascript. This project uses HTML, CSS, and Javascript.

Setup

View Online

Open Locally

  1. Navigate to https://github.com/HarrisonStrand/pizzashop2
  2. Click on the green 'Code' button and copy the repository HTTPS URL
  3. (a) Open your machine terminal and type in the command 'git clone https://github.com/HarrisonStrand/pizzashop2.git' in the directory you would like to clone the repository. (b) Alternatively, click 'Download Zip' and open the file on your machine
  4. Open the index.html file on a live server to view the website, or use an IDE to view the code language.

Known Bugs

No known bugs.

Specs:

Describe: Input Output
Customer( )
Gather a name from the user. Customer(name) "Jenny"
Gather a phone number from the user. Customer(phone) "8675309"
Gather an address from the user. Customer(address) "1981 N Tutone Ave. LosAngeles, CA 90640"
Combine all customer info into a string customerInfo(name + phone + address) ("Jenny, 867-5309, 1981 N Tutone Ave. LosAngeles, CA 90640")
Pizza( )
Gather user input for Pizza construction and put them into a list Pizza(crust, size, toppings) newPizza(regular, small, pepperoni)
pizzaPrice( )
Gather value from user input to price Pizza (Pizza.price) $12

Technologies Used

Visual Studio Code Git/Github HTML Script CSS Styling Javascript

Legal

Copyright 2020 Harrison Strand

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

About

This project was designed to store the user's input for creating a pizza order, then displaying their information and total for their order using Object-Oriented Javascript.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published