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: 5 months ago
JSON representation
This is a simple client-side form validator, which has been created with the help of JavaScript.
- Host: GitHub
- URL: https://github.com/mehediislamripon/Form-Validator-JS
- Owner: mehediislamripon
- Created: 2020-10-24T19:33:15.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-24T20:09:11.000Z (over 5 years ago)
- Last Synced: 2025-01-18T22:28:35.673Z (about 1 year ago)
- Topics: css, form, form-validation, form-validator, form-validator-javascript, html, javascript, js
- Language: JavaScript
- Homepage: https://mehedilslamripon.github.io/Form-Validator-JS/
- Size: 5.86 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!**