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

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

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
![image](https://user-images.githubusercontent.com/52247950/121663348-e8a7f480-cad8-11eb-99da-ba68aba8a551.png)

# Validation
## Username
a. Minimum length 8

b. Maximum length 12

c. Only allow number and letter combination

d. No spacing allow

## Password
a. Minimum length 6

b. Maximum length 50 (Due to no actual limit)

c. Allow number, letter, special characters

d. No spacing allow

## Confirm Password
a. Same as Password requirement

b. Must be same as password

c. No spacing allow

## Contact Number
a. Minimum length 10 digit

b. Maximum length 11 digit

c. Only allow number

d. No spacing allow

## Email
a. Format must be same as normal email format like [email protected])

b. No spacing allow

## Full Name
a. First letter cannot be empty

b. Allow spacing after first character

c. Only allow letter

## Amount
a. Allow step 0.01 format

b. Minimum must be RM 30

c. Maximum must be RM 5,000

d. Only allow number (No e,-,+)