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

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

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)