A simple form validation project built using HTML, CSS, and JavaScript. It validates user inputs such as name, phone number, password, and confirm password.
- Name: required, max 10 characters
- Phone: required, must start with +91, 13 characters total
- Password: required, must have uppercase, lowercase, number, and symbol (min 8 chars)
- Confirm Password: required, must match password
- HTML5
- CSS3
- JavaScript
- Download or clone this repository.
- Open the HTML file in your web browser.
- Fill in the form and click Check.
https://ajithavijay.github.io/Validation-Form/
Ajitha V