Website for a pizza company where a user can choose one or more individual toppings (different veggies,meat etc) and a size to order a pizza and see the final cost.
- clone the repository
- Open file "index.html" in your choice of browser
- Enjoy !
There are no known bugs at this time
For comments,suggestions and feedback contact me on [email protected]
* HTML
* CSS
* JavaScript
1. It calculate cost of pizza according to quantity .
* Example Input : select 1 pizza
* Example Output : displays cost of 1 pizza
2. It calculate cost of pizza according to size .
* Example Input : select large pizza
* Example Output : displays cost of large pizza.
3. It calculate cost of pizza according to toppings.
* Example Input : select meat toppings.
* Example Output : displays cost of 1 large pizza.
4. It calculate cost of pizza depending on all selections.
* Example Input : select quantity 2, size-small with veggie toppings.
* Example Output : displays cost of 2 small pizzas with veggie toppings
MIT License
Copyright (c) [2017] [Bably Kumari]
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.