Page 1 of 1

Write an HTML/JAVASCRIPT Page(without Bootstrap,etc.): This page provides the user with an order calculator based on ite

Posted: Wed Apr 27, 2022 3:34 pm
by answerhappygod
Write an HTML/JAVASCRIPT Page(without Bootstrap,etc.):
This page provides the user with an order calculator based on
items ordered within the restaurant.
There are a total of 5 menu items a user can choose from
including three food items and two drink options.
The user should be able to provide a text comment.
They should also be able to specify if a tip is added to
the order.
They should be able to enter and select whether the tip is
a percentage of the order value or a set amount.
The options for the order form are as follows:
Food:
- Garlic Bread £3
- Pasta £8
- Pizza £9
Drinks:
- Lemonade £2
- Juice £2.5
Comment
- User can provide a text comment
Tip
- Input field for a value with a selection for the percentage of
combined food
and drink order or fixed amount to be tipped
Upon submission, this form should dynamically update a separate
section on this site
showing the following in a well-formatted and styled output:
- The total amount of £ for Food
- The total amount of £ for Drinks
- User-Provided Comment
- Tip in % of the food and drink order value and in £
- Total in £ (including the tip)
Write An Html Javascript Page Without Bootstrap Etc This Page Provides The User With An Order Calculator Based On Ite 1
Write An Html Javascript Page Without Bootstrap Etc This Page Provides The User With An Order Calculator Based On Ite 1 (83.19 KiB) Viewed 45 times
Food Garlic Bread Pasta Pizza Drink Lemonade Juice £3 £8 £9 £2 £2.5 2 Comment Tip Tip in % Tip in £ Submit