Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The user can log in to the application. The user can access their account and place an order. Tasks: 5 pts When the user logs

The user can log in to the application.
The user can access their account and place an order.
Tasks:
5 pts When the user logs in, take them to a page that allows them to place a coffee order.
5 pts Create an cart.js script and reference it in the page.
5 pts In this script, create a class that represents an order. It should have a date, product ( You will need to create another class for this that contains the name and price), size (could be small, medium or large) and quantity.
10 pts As the user selects coffee items, update a cart with this script.
25 pts Use an array to or web storage to store the items they select.
25 pts Implement a checkout page that displays the items they ordered.
25 pts The checkout page should display the total they need to pay.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advanced Oracle Solaris 11 System Administration

Authors: Bill Calkins

1st Edition

0133007170, 9780133007176

More Books

Students also viewed these Databases questions