This is a venture to widen the customer base of a fictional pizza place by creating a web application where your customers can order different sizes of pizzas with one or more toppings with the option of home delivery.
- HTML5
- CSS
- Bootstrap
- Javascript
- jQuery
| Behaviour | Input | Expected OUtput |
|---|---|---|
| Choose size of pizza | small, medium or large | selected input (eg: large) |
| Choose a crust type | crispy, stuffed or gluten-free | selected input (eg: stuffed) |
| Choose pizza toppings | select desired toppings | Depending on the pizza size(eg: medium = Ksh.100 for toppings) |
| See total charge or add pizza | click on desired button | display total charge or prompt user to add pizzas |
| Have pizza delivered | click on delivery button | prompt user to enter delivery info & display cost |
| Checkout | Click on checkout button | Display total cost |
- On your terminal, clone this repo and open your local repo on your text editor
git clone https://github.com/KarenNgala/pizzaShop.git
cd pizzaShop
code . (or) atom .Karen Ngala - ngalalalu@gmail.com
Live Link: https://karenngala.github.io/pizzaShop/
Distributed under the MIT License. See LICENSE for more information on license and copyright.