This project is a webpage that allows a user to order a pizza either by delivery or takeout. There are 3 size options and 4 topping options available. Returns your final price.
Specification | Example Input | Example Output |
---|---|---|
User clicks on delivery | click | Alert: Not Available! |
User clicks on takeout | click | Open order form |
User selects pizza size | "Medium" | $10 |
User selects topping(s) | "Pepperoni, extra cheese" | $2 ($1 each) |
User submits order selections | "Large, extra cheese, pineapple | $14 total |
- First, clone this repository to your desktop by navigating to the desktop in the Terminal (entering "cd desktop" in the Terminal) and then entering "git clone" followed by the url to this repository.
- Once the project directory is cloned to your desktop, navigate to the directory in the terminal by entering "cd" followed by the name of this repository in the Terminal.
- Confirm that you have navigated to the project directory by entering "pwd" in the Terminal.
- Once you have navigated to the directory in the terminal, open the contents of the directory in a text editor or IDE of your choice (e.g., to open the contents of the directory in Visual Studio Code, enter the command "code ." in the Terminal).
- Open index.html in a browser of your choice (e.g., Google Chrome).
Currently there is no functionality for delivery. Working on updating styling as I go. Work in progress.
Git, HTML, CSS, JavaScript, jQuery
This webpage is licensed under the MIT license.
Copyright (c) 2020 Zakkrey Short