Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 479 Bytes

File metadata and controls

15 lines (11 loc) · 479 Bytes

Form Validator (Intro Project)

20 Web Projects With Vanilla JavaScript (Udemy)

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

Form-validator

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