E-commerce In this project, I use the fundamentals of HTML, CSS, JavaScript and React to create basic e-commerce, where you can see all the products, select the quantity, and complete the purchase. E-commerce is the most demanded project in the current working market. Who would not want to have a presence on the internet?
Objectives: Create a webpage where it is possible to visualize the products in an online shop, that includes the product's name, price and photo. Should permit select the quantity of each product Create a shop cart to see the name and quantities of each selected product. Add a button to finalise the purchase. Once is clicked on it, must appear a successful message.