Skip to content

ilduchea/pizza

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Red's Pizza

A site for a pizza restaurant, April 7, 2017

By Tyler Stephenson

Description

A site for a pizza restaurant, with online ordering.

Specs

  1. Select pizza size: Example Input: medium; Example Output: medium;

  2. Select pizza crust type: Example Input: thin crust; Example Output: thin crust;

  3. Select pizza sauce type: Example Input: regular; Example Output: regular;

  4. Select an array of toppings: Example Input: Peperoni, Sausage; Example Output: Peperoni, Sausage;

  5. Receive price for the custom pizza: Example Input: small, thin crust, regular sauce, Peperoni and Sausage; Example Output: $7.50;

  6. Add quantity to order: Example Input: 3; Example Output: 3 pizzas have been ordered;

  7. Add ability to order multiple custom pizzas: Example Input: Pizza1, Pizza2, Pizza3; Example Output: List of pizzas ordered with updated price;

Setup/Installation Requirements

  • You can use the following link to open the site in your current browser:
  • https://ilduchea.github.io/pizza/
  • or
  • You can clone the GitHub repository.
  • Open the index.html file found with in the Ping-Pong directory/folder in your browser.

Support and Contact details

Tyler Stephenson ilduchea@gmail.com

Technologies Used

HTML5 CSS3 javaScript Bootstrap Jquery

License

This is web page is licensed under the MIT License.

Copyright (c) 2017 Tyler Stephenson

About

Epicodus week four solo project. Pizza ordering site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors