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

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

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