Skip to content

mdmarufsarker/vanilla-js-form-validator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Validator (Intro Project)

Simple client side form validation. Check requird, 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

Screen Short

Created By Younus Ali Akash

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 48.3%
  • CSS 26.2%
  • HTML 25.5%