Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 498 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 498 Bytes

Form-Validator-JS

This is a simple client-side form validator, which has been created with the help of JavaScript.

New Features!

  • Every field is required
  • Some of them have a min and max length.
  • Username must be at least three characters and max 15 characters.
  • You have to input a valid email address. Otherwise, it will show an error.
  • Password has to be at least six characters and max 25 characters.
  • Matching password and confirm password.

Enjoy, Hell Yeah!