hinchley2018 / learning-ecommerce

Small e-commerce project to learn full-stack development
MIT License
7 stars 9 forks source link

Build order checkout page #3

Closed hinchley2018 closed 6 months ago

hinchley2018 commented 7 months ago

Displays the products from the users cart

And calculates the order total

When submit order is clicked a loading spinner is displayed

Meanwhile it makes a request to the backend with the order info

If there is an error it shows it

If order succeeds send the user to the order confirmation screen with the order id

This screenshot shows the idea/inspiration but you don't have to copy exactly

image

saandre0217 commented 6 months ago

Assigned this to myself, because I would like to have a hand in this, but definitely open to pair programming or sharing responsibilities if anyone else is interesting in working on this as well.