pexeixv/weight-class-finder
Add form validation with Zod/Yup and Formik/React Hook Form
オープン
#3 opened on 2025/10/21
enhancementhacktoberfest
Repository metrics
- Stars
- (0 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
- 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.