/Form-validator

This Project is simple client side form validator. I have used HTML, CSS, JavaScript to build the UI.

Primary LanguageJavaScript

Form-validator

This Project is simple client side form validator. I have used HTML, CSS, JavaScript to build the UI.

Basic 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

image