TN
thiết nguyễn
Shoe Store - Copy this React, Tailwind Component to your project
Create a shopping cart for shoes shop with order summary, paymethod COD/ VÍ MOMO/ZALO PAY and shipping method with api https://domstore.azurewebsites.net/#/Cart/get_api_v1_carts ({ "product_id": "", "quantity": 2, "color": "Black", "size": 48 })https://domstore.azurewebsites.net/#/Cart/put_api_v1_carts https://domstore.azurewebsites.net/#/Cart/delete_api_v1_carts https://domstore.azurewebsites.net/#/Cart/post_api_v1_carts click to make oder by api https://domstore.azurewebsites.net/#/Orders/post_api_v1_orders Example Value Schema { "products": [ { "id": "66f6405f15cc467edadcd4a2", "quantity": 2, "color": "Black", "size": 48 } ], "codeVoucher": "", "paymentMethod": "COD", "name": "Hùng", "phone": "0345812804", "address": "HCM" }
Prompt
