A website that allows users to order their dream pizza -- choosing their toppings and their delivery method. This website was a Week 4 Epicodus Coding Bootcamp Independent project.
- Clone or download the repository.
- If downloaded, unzip the files into a single directory.
- Right-click on the HTML file "index.html", then open it using a web browser.
- Use Firefox or Chrome for best results, though IE shouldn't have any problems.
Spec | Input | Output |
---|---|---|
User chooses pizza size | User clicks "Small" | A small pizza is calculated in their price |
User chooses pizza toppings | User clicks "Pepperoni" | Pepperoni is calculated in their price |
User chooses delivery method | User clicks "Carry Out" | Carry out option is calculated in their price |
User purchases the pizza | User clicks "purchase" button | Text appears thanking the customer |
User creates a new pizza | User clicks "Order New Pizza" | Page reloads with empty fields |
_HTML/CSS, Bootstrap, Javascript, jQuery _
This software is licensed under the MIT license.
Copyright (c) 2018 **CJ Rhone