Assignment
Create a product list page. The page should show a list of products. Each product should have an Add button that will add the product to a cart. The cart should be represented as a cart icon in the top-right corner of the page and when clicked should display the number of items in the cart and the total value.
Use what you’ve been taught to craft a prompt to create the page, add JavaScript, and more. It’s up to you if you want to add Vue.js to solve this or if you want to use plain JavaScript.