An open API service indexing awesome lists of open source software.

https://github.com/mehediislamripon/form-validator-js

This is a simple client-side form validator, which has been created with the help of JavaScript.
https://github.com/mehediislamripon/form-validator-js

css form form-validation form-validator form-validator-javascript html javascript js

Last synced: 8 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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!**