https://github.com/obrm/vanilla-js-validation
Simple client side Vanilla JavaScript form validation
https://github.com/obrm/vanilla-js-validation
css html vanilla-javascript
Last synced: 3 months ago
JSON representation
Simple client side Vanilla JavaScript form validation
- Host: GitHub
- URL: https://github.com/obrm/vanilla-js-validation
- Owner: obrm
- Created: 2021-05-24T08:53:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-24T11:42:31.000Z (about 5 years ago)
- Last Synced: 2025-08-22T21:24:24.464Z (11 months ago)
- Topics: css, html, vanilla-javascript
- Language: JavaScript
- Homepage: https://obrm.github.io/vanilla-js-validation/
- Size: 3.91 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Form validator
Simple client side form validation. Check required, length, email and password match
[**Demo**](https://obrm.github.io/vanilla-js-validation/)
### Project Specifications
- Create form UI
- Show error messages under specific inputs
- checkInputs() to accept array of inputs and passwords
- checkLength() to check min and max length
- checkEmail() to validate email with regex
- checkPasswordsMatch() to match confirm password
#
**Built as a part of a** [**JavaScript course**](https://www.udemy.com/course/web-projects-with-vanilla-javascript)