https://github.com/ndeta100/form-validation
Complete form validation
https://github.com/ndeta100/form-validation
css3 html5 vanilla-javascript
Last synced: 9 months ago
JSON representation
Complete form validation
- Host: GitHub
- URL: https://github.com/ndeta100/form-validation
- Owner: Ndeta100
- Created: 2021-06-24T16:43:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-24T16:44:24.000Z (over 4 years ago)
- Last Synced: 2025-02-15T22:25:20.764Z (11 months ago)
- Topics: css3, html5, vanilla-javascript
- Language: JavaScript
- Homepage: https://frosty-varahamihira-e48471.netlify.app
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Form Validator (Intro Project)
Simple client side form validation. Check requird, length, email and password match
## Project Specifications
- Create form UI
- Show error messages under specific inputs
- checkRequired() to accept array of inputs
- checkLength() to check min and max length
- checkEmail() to validate email with regex
- checkPasswordsMatch() to match confirm password