Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 626 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 626 Bytes

You are requested to develop the front end of an online flower shop e-commerce application.For the initial step, you must complete the given task with efficient programming methodsand component architecture. The task details are elaborated below. Technology: React Editor: VS code. Requirements:

  1. On the left side, display the flowers, their image, name, and price.
  2. The buyer should able to enter the quantity of flower needed and add it to the cart.
  3. On the right side, display a shopping cart table which contains the flower name,quantity, the total price of each flower and finally the total of the whole purchase.