Checkpoint Assignment 3

13 May 2020

Checkpoint A:

My shopping cart is integrated into the products page. When you input the quantities in the products textbox and hit purchase, it will save the quantities to that page and then you will click on the Check Out nagivation button at the top of the page to view the invoice.

Checkpoint B:

The cart will be using the users session to store their data and calculate the quantities of items they chose to the invoice. The code for this is:
var str= `"; response.send(str); </br> });

Checkpoint C:

Users will need to log in before they input the quantities they want to purchase. We must make sure that hackers can't see the users log in information. When a user is in their session, no one can use that same session, they will have their own session.

Checkpoint D:

When a user is logged in, there will be a pop up that shows "Hello [username]!

Checkpoint E:

Working with no partner.

Checkpoint F:

For this assignment it doesn't take as much code as you think. There are easy ways to generate a shopping cart and you don't have to create a whole new page for it. We also had to add a navigation bar so users could go to the other products page easily.