Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 2.89 KB

File metadata and controls

29 lines (22 loc) · 2.89 KB

React Validation Form (No Libraries)

GitHub deployments GitHub code size in bytes GitHub repo size

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)

🤓 Stacks & Tools Used:

html5 logo css3 logo JavaScript React logo Babel logo Webpack logo

🔗 Links