A modern and responsive form validation application built with HTML, CSS, and JavaScript. The project demonstrates client-side form validation using Regular Expressions (Regex) and provides real-time feedback to users.
- Custom Name Validation
- Email Format Validation
- Strong Password Validation
- Real-Time Error Messages
- Responsive User Interface
- Clean and Maintainable Code
- Regex-Based Validation Logic
- HTML5
- CSS3
- JavaScript (ES6)
- DOM manipulation
- Only letters and spaces are allowed
- Minimum 2 characters required
- Must follow a valid email format
- Minimum 8 characters
- At least one uppercase letter
- At least one lowercase letter
- At least one number
- At least one special character
├── index.html
├── style.css
├── script.js
└── README.md
This project was created to practice JavaScript DOM manipulation, event handling, regular expressions, and client-side form validation techniques.
Add a screenshot or GIF of the project here.
MD RAQUIB HUSSAIN
Frontend Developer passionate about building modern web applications and continuously improving JavaScript skills.