I built and designed an order form for employees to purchase company branded apparel. In context, the user fills out their contact info and selects desired items. This info is then sent via email to the company for fulfillment, as well as to the user for their records. Below is a simplified version featuring product info and subtotal functionality.
This was my first foray into using Javascript for this purpose and was a huge step for me in terms of growing my skills. I used a variety of for loops to only show and submit item details when selected, to adjust prices for size, and to calculate a subtotal. This information is recalculated and updated every time a user changes a size, quantity, or removes an item.
Client: Redeemer's Group & Treehouse Internet Group
Roles: Development, UI/UX
Tools: JS, HTML, CSS