Question: Assignment 2: Online Pizza Ordering Description You are to develop a web application for online pizza ordering. You are to develop a customer ordering pages
Assignment 2: Online Pizza Ordering Description You are to develop a web application for online pizza ordering. You are to develop a customer ordering pages where customers can place their orders, have their orders stordd in the database, and obtain a receipt. The Front Door On the initial request from a customer, a web page should appear in his/her browser asking for some basic information: first name, last name, email address, phone number, street address and whether they are ordering for pick-up or delivery. You should use HTML5 input attributes to control the user as much as possible (e-g. type-"email", type-"tel", required, selected, etc.) If is able to get past the page without providing all the information, an error page should appear indicating problem with a hyperlink back to the first page. The Order Page If the user submits the information correctly, they will get to the page for entering their order. This page should print a personalized welcome message and should contain the current view of their shopping cart. It should also contain a form they can use to add a pizza to the cart and a "Proceed to Checkout" link or button. Assignment 2: Online Pizza Ordering Description You are to develop a web application for online pizza ordering. You are to develop a customer ordering pages where customers can place their orders, have their orders stordd in the database, and obtain a receipt. The Front Door On the initial request from a customer, a web page should appear in his/her browser asking for some basic information: first name, last name, email address, phone number, street address and whether they are ordering for pick-up or delivery. You should use HTML5 input attributes to control the user as much as possible (e-g. type-"email", type-"tel", required, selected, etc.) If is able to get past the page without providing all the information, an error page should appear indicating problem with a hyperlink back to the first page. The Order Page If the user submits the information correctly, they will get to the page for entering their order. This page should print a personalized welcome message and should contain the current view of their shopping cart. It should also contain a form they can use to add a pizza to the cart and a "Proceed to Checkout" link or button
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
