Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 481 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 481 Bytes

Form Validation

A simple Form Validation using vanilla JavaScript.

Validation Added

  1. Check length of input fields.
  2. Check whether email is valid or not.
  3. Both passwords should match.

Screenshots