Skip to content

A React form which validates data without a library (e.g. React-Hook-Form, Formik). This has been built using standard CSS and Vite.

Notifications You must be signed in to change notification settings

asbhogal/React-Form-Validation-No-Libraries

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A React form which validates data without a library (e.g. React-Hook-Form, Formik). This has been built using standard CSS and Vite.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published