https://github.com/jeankouss/form_validator
Make your HTML forms validation easier! Pure JS.
https://github.com/jeankouss/form_validator
form-validation front-end-web-development js pure-javascript
Last synced: over 1 year ago
JSON representation
Make your HTML forms validation easier! Pure JS.
- Host: GitHub
- URL: https://github.com/jeankouss/form_validator
- Owner: JeanKouss
- Created: 2021-10-10T23:45:13.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T18:55:13.000Z (almost 4 years ago)
- Last Synced: 2025-01-06T02:13:17.464Z (over 1 year ago)
- Topics: form-validation, front-end-web-development, js, pure-javascript
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JS-form_validator
**What is this?** : A simple and fast way to make your front-end HTML forms validation.
How to use
------------
1. Include script on your page
2. Create the classes associated to the verification you want to apply
3. Apply the verifications
How to contribute
------------
1. Download the repositorie
2. Add your contribution and make the test in the test project
3. If every things is good, make a pull request
Contribution rules
-----------
- Please comment all your function and class definition
- Make you code reading as easier as possible : don't favorise code lenght instead of code readibility