mwhittet / form-validator

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

Home Page:https://mwhittet.github.io/form-validator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form validator

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

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

About

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

https://mwhittet.github.io/form-validator/


Languages

Language:JavaScript 42.3%Language:CSS 31.1%Language:HTML 26.6%