/Form-Validator

Simple client side form validation. Check required, length, email and password match.

Primary LanguageJavaScript

Form Validator

Simple client side form validation. Check required, length, email and password match. form-image

Project Specifications

  • Create form UI
  • Show error messages under specific inputs
  • checkRequired() to accept array of inputs
  • checkLength() to check min and max length
  • checkEmail() to validate email with regex
  • checkPasswordsMatch() to match confirm password

Steps to execute this calculator:

Technologies used:

  • HTML
  • CSS [style/Presentation]
  • Javascript [Logic/Working of form]