Skip to content

Vanilla JS project to do basic validation of an HTML input form

Notifications You must be signed in to change notification settings

divx89/FormValidator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

FormValidator

Vanilla JS project to do basic validation of an HTML input form

Input Fields

  1. User Name
  2. Email
  3. Password
  4. Password 2
  • Submit Button

Validations

  1. All input fields must have data in them
  2. The User Name must be between 3 and 15 characters in length
  3. The Password must be between 6 and 25 characters in length
  4. The 2 password fields must match
  5. The Email field should have data in the correct format

About

Vanilla JS project to do basic validation of an HTML input form

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published