Answered step by step
Verified Expert Solution
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:
pts When the user logs in take them to a page that allows them to place a coffee order.
pts Create an cart.js script and reference it in the page.
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.
pts As the user selects coffee items, update a cart with this script.
pts Use an array to or web storage to store the items they select.
pts Implement a checkout page that displays the items they ordered.
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started