/pizza-shop

8/24 Code review to practice Javascript skills covered in weeks 3-4 of Epicodus program.

Primary LanguageHTML

Mel's Famous Pizzaria

JavaScript exercise, August 2018

By Mel Yasuda

Description

Mel's Famous Pizzaria is a website for a pizza company where a user can choose one or more individual toppings (cheese, pepperoni, artichoke, anchovy, etc) and a size to order a pizza and see the final cost.

The user can choose toppings and size for the pizza they'd like to order.

Specification

Behavior Input Output
Choose size and one topping Small; Cheese $8
Choose size and two toppings Small; Cheese and Pepperoni $9
Choose size and three toppings Medium; Cheese, Pepperoni and Anchovy $13
Choose size and four toppings Large; Cheese, Pepperoni, Anchovy and Pineapple $17
Don't choose either size or toppings Small; N/A "Please chose size and toppings"

Setup/Installation Requirements

  1. Clone the following repository: https://github.com/MelYasuda/pizza-shop.git
  2. Open the index.html file in a browser.

Known Bugs

TBD

Support and contact details

Technologies Used

  • html
  • CSS
  • Javascript

License

Copyright (c) 2018 Mel Yasuda, Epicodus