heyheyjose / form-validation

some basic client side validations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Validation

checks:

  • the username is longer than 7 character and shorter than 26
  • the email address is valid-ish. It should contain an "@" sign and a period
  • the password field should be at least 9 characters long and contain one number and one character

About

some basic client side validations


Languages

Language:JavaScript 98.8%Language:CSS 1.2%