Checkout Form
Project Information
- Category: Web
- Project Date: October 2020
- Project URL: https://github.com/ChibiKev/Checkout-Form
A responsive frontend web application of a checkout form that has a billing address section, shipping address section, payment section, and a cart section.
Built a checkout form similar to Bootstrap's example with a few added features. The forms contains a billing address section, shipping address section, payment section, and a cart section. If the user checks the “Shipping address is the same as my billing address” option, then the shipping address section would not appear. Includes a null/empty validation to each input. The validation happens after the user submits.