Skip to content

Latest commit

 

History

History
95 lines (65 loc) · 3.36 KB

File metadata and controls

95 lines (65 loc) · 3.36 KB

Form Validation | ZTM JS Web Projects Course

Project 12/20

📋 Form Validation is a responsive sign-up form built with custom client-side validation using the Constraint Validation API and JavaScript logic. It ensures that users enter valid information, confirms matching passwords, and provides instant feedback through styled messages and input borders — making form submission secure and user-friendly.


📚 Table of Contents


🔎 Overview

📸 Screenshot

Live Preview Screenshot

🔗 Links

📌 Features

  • ✅ Validates full name, phone, email, website URL, and password
  • ✅ Real-time input validation using built-in HTML attributes and JS
  • ✅ Password strength requirement using RegEx
  • ✅ Confirms password match before submission
  • ✅ Displays clear error/success messages with styled borders
  • ✅ Uses JavaScript to prevent form submission if data is invalid
  • ✅ Stores submitted user data in an object for further use

🛠️ Built with

  • HTML5
  • CSS3
  • Vanilla JavaScript
  • Constraint Validation API

🧠 My Process

🗃️ Useful resources

🔙 Previous Project

🔜 Next Project


👤 Author

🌐 Connect with Me

💻 Coding Profiles

🙌 Thanks for checking out my project! More coming soon. Stay tuned 🚀