pexeixv/weight-class-finder
Add form validation with Zod/Yup and Formik/React Hook Form
Aperta
#3 aperta il 21 ott 2025
enhancementhacktoberfest
Metriche repository
- Star
- (0 stelle)
- Metriche merge PR
- (Metriche PR in attesa)
Descrizione
- Integrate a form validation library such as Zod or Yup with Formik or React Hook Form.
- Validate inputs for:
- Weight must be a positive number
- Gender must be selected
- Units must be selected
- Provide error toasts using Sonner and prevent submission until inputs are valid.
- Ensure good UX with focus on invalid fields.