I'm proud of getting the form elements looking close to the design while still keeping their native accessibility.
I also learnt a more detailed way to validate the form fields before the form is submitted (to prevent strings being entered instead of numbers for example).
What challenges did you encounter, and how did you overcome them?I found this exercise relatively straightforward, as I've used React Hook Form before. Most of the work was in the styling.