A simple yet effective form validation project built using HTML, CSS, and Vanilla JavaScript. This project demonstrates how to validate user inputs on the client-side before submitting the form.
- Real-time input validation
- Error messages for invalid fields
- Basic styling with CSS
- Prevents form submission until all fields are valid
form-validation-html-css-js/ │── index.html │── style.css │── script.js └── README.md
- HTML5 – Structure of the form
- CSS3 – Styling & error messages
- JavaScript (ES6) – Form validation logic
-
Clone the repository:
-
Open
index.htmlin your browser.
- Add regex-based email validation
- Improve UI with animations
- Extend to handle password strength check
Contributions are welcome! Fork the repo and create a pull request.
This project is licensed under the MIT License.
