About ?

A register form using react-hook-form and validation Yup and additional validations using Regex.

Features ?

  • Validate input name with only Letters.
  • Validate input password with one capitalize letter one number and a character special.
  • Validate input Email with not allowed accent.
  • Mask input Phone and validate format (99) 9999-9999 or (99) 99999-9999

Stack ⚙️

  • React
  • Typescript
  • react-hook-form
  • Yup

By Moisés Menezes