A React form built from scratch which uses JavaScript to validate data inputted (ie. without React-Hook-Form or Formik.)
:check: Features:
- .map() to return each Form Input element and respective prop data
- Leverages regex to check the validation of different data entry types
- Uses onBlur() to check and return an error message if a user has clicked on a field then clicked out of it (ie. focus change)
🔗 Links