billychen0894 / florist-ecommerce-app

Florist eCommerce App built with Next.js 14
https://florist-ecommerce-app.vercel.app
0 stars 0 forks source link

Feat/checkout: refactor Checkout Form #14

Closed billychen0894 closed 1 year ago

billychen0894 commented 1 year ago

Refactor Checkout From into different components for separation of concerns as well as fully implementing the form validation. However, some minor features have not yet implemented in this page, such as Product Page Link, Price Calculation, and ProductCart State.