Open strauberly opened 4 months ago
Form is in place with basic functionality and validation with zod. Ready for styling.
Form has been styled, includes responsive design. Also refactored validation. Employs some of the same methodology in Zod but allows for more immediate feedback to enhance UX.
Work on submit button. Should be a custom component that evaluates whether the button should be disabled or not, receives all needed user information in order to build object to send to backend and create an order.
Submit button is currently in place in form component. Outsource to it's own component in UI buttons folder.
Create function in form that can be used to capture response from order submitted.
Create checkout form