Dante-Vonarmia / form-validator

[Practical Javascript App Series 03] Form Validator

Home Page:https://dante-vonarmia.github.io/form-validator/

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

[Practical Javascript App Series 03] Form Validator

https://dante-vonarmia.github.io/form-validator/


Languages

Language:JavaScript 42.8%Language:CSS 29.0%Language:HTML 28.3%