live demo link : https://validationformproject01.netlify.app/
Tech Stack: HTML, CSS, JavaScript
A JavaScript-based form validation page that checks inputs for name, email, phone, password and confirmation. Gives real-time feedback to users to ensure valid data before submission.
Highlights / Key Features:
Validates required fields (non-empty)
Checks that email is in correct format
Ensures phone number meets expected pattern (e.g., correct digits)
Enforces password rules (length, special characters, etc.)
Compares password and confirm password fields to match.