Coder Social home page Coder Social logo

pizza-order's Introduction

Epizzacodus

Online pizza ordering tool, 01.26.2018

By Eric Swotinsky

Description

This is a single-page website that allows users to select a pizza size and any number of available toppings, and then provides a confirmation of the order details and final price. Created as my Week 4 Independent Project at Epicodus.

Specifications

  1. Program requires users to select one of three available pizza sizes for their order, as determined at the time of form submission.

    1. Example Input: [no pizza size selected].
    2. Example Output: [alert]: "Please choose a size".
  2. Program allows users to select any number of available pizza toppings, including 0, and calculates a price based on the pizza size and the number of toppings selected. The first two toppings are free; subsequent toppings are $1.50 each.

    1. Example Input: Size: Medium; Toppings: Chicken, Basil, Onion.
    2. Example Output: Price += $11.00 (cost of medium pizza); price += $1.50 (cost of 1 extra topping).
  3. Program displays the details of the user's order on form submission, including size, a list of toppings, and the final price.

    1. Example Input: Medium pizza with Chicken, Basil, and Onion.
    2. Example Output: Size: Medium; Toppings: Chicken, Basil, Onion; Price: $12.50.

Setup/Installation Requirements

No setup necessary. View online at https://eswotinsky.github.io/pizza-order/.

Support and Contact Details

Please contact me at [email protected] with any questions or comments.

Technologies Used

This project was created in HTML, CSS, and JavaScript (drawing on the Bootstrap and jQuery frameworks). It was authored using the Atom text editor.

License

This project is released under the GNU GPL license.

Copyright (c) 2018 Eric Swotinsky

pizza-order's People

Contributors

eswotinsky avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.