RodrigoN01 / Form-Validator

Form Validator - HTML CSS JS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Validator (Intro Project)

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

Form Validator - HTML CSS JS


Languages

Language:JavaScript 44.5%Language:CSS 30.1%Language:HTML 25.3%