strauberly / tons-of-tacos-v1.3

Front-end application built with next.js for our tons of tacos product for fictional clients. Project design and code by Adam Straub unless otherwise specified.
0 stars 0 forks source link

Create checkout form #175

Open strauberly opened 4 months ago

strauberly commented 4 months ago

Create checkout form

strauberly commented 3 months ago

Form is in place with basic functionality and validation with zod. Ready for styling.

strauberly commented 2 months ago

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.

strauberly commented 2 months ago

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.

strauberly commented 1 month ago

Submit button is currently in place in form component. Outsource to it's own component in UI buttons folder.

strauberly commented 1 month ago

Create function in form that can be used to capture response from order submitted.