This is a website for Pizza.eat(slice), an imagined minimalist pizza parlor which accepts online customized pizza orders for pickup or delivery. With a simple user process and an illustrated menu, users are able to easily manipulate their pizza specifications. While a user is adding or removing their preferences, they will recieve real time total updates on the cost of their pizza.
Behavior | Input | Output |
---|---|---|
User selects pizza size | small | $12 |
medium | $18 | |
large | $24 | |
size options click off | size of user pizza appears | |
sauce options appear | ||
User selects sauce | sauce option | no charge, but encourage sauce |
sauce options click off | sauce of user pizza appears | |
topping options appear | ||
User selects toppings | 0 toppings | + $0 |
1 topping | + $1 | |
2 toppings | + $2 | |
User removes an element from the pizza | pizza details clicked off | return to clicked off option set |
User chooses pick-up or delivery | "Pick Up" or "Delivery" button click | Modal with with next step appears. |
In Terminal:
- Navigate to where you want this application to be saved, i.e.:
cd desktop
- Clone the file from GitHub with HTTPS
git clone https://github.com/kwicz/pizza-parlor.git
- Open file in your preferred text editor
- On Mac:
open -a {your text editor} pizza-parlor
- On Windows:
pizza-parlor
Download Manually:
- Navigate to https://github.com/kwicz/pizza-parlor.
- Click green "Clone or Download" button.
- Click "Download ZIP".
- Click downloaded file to unzip.
- Open folder called "pizza-parlor".
- Right click "index.html" and select your preferred browser or text editor.
No known bugs at this time.
Have a bug or an issue with this application? Open a new issue here on GitHub.
- Javascript
- jQuery
- HTML & CSS
- Bootstrap 3.3.7
- Google Fonts
- Images provided by freepik.com
Copyright (c) 2020 Kwicz