This is a simple client-side form validator, which has been created with the help of JavaScript.
- 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!