https://github.com/hpchua/validate.js
This website is created to perform validation of user's form input by using validate.js libraries written in Javascript
https://github.com/hpchua/validate.js
Last synced: 2 months ago
JSON representation
This website is created to perform validation of user's form input by using validate.js libraries written in Javascript
- Host: GitHub
- URL: https://github.com/hpchua/validate.js
- Owner: hpchua
- Created: 2021-06-07T01:46:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-03-22T05:35:46.000Z (about 3 years ago)
- Last Synced: 2025-02-06T21:45:10.958Z (4 months ago)
- Language: JavaScript
- Homepage: https://hpchua.github.io/validate.js/
- Size: 301 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
* Note: Press ```Ctrl + F5``` to refresh the page if the page design is not same as the picture below
# Screenshot
# Validation
## Username
a. Minimum length 8b. Maximum length 12
c. Only allow number and letter combination
d. No spacing allow
## Password
a. Minimum length 6b. Maximum length 50 (Due to no actual limit)
c. Allow number, letter, special characters
d. No spacing allow
## Confirm Password
a. Same as Password requirementb. Must be same as password
c. No spacing allow
## Contact Number
a. Minimum length 10 digitb. Maximum length 11 digit
c. Only allow number
d. No spacing allow
a. Format must be same as normal email format like [email protected])b. No spacing allow
## Full Name
a. First letter cannot be emptyb. Allow spacing after first character
c. Only allow letter
## Amount
a. Allow step 0.01 formatb. Minimum must be RM 30
c. Maximum must be RM 5,000
d. Only allow number (No e,-,+)