Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Form Validation App

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.

🚀 Features

  • Custom Name Validation
  • Email Format Validation
  • Strong Password Validation
  • Real-Time Error Messages
  • Responsive User Interface
  • Clean and Maintainable Code
  • Regex-Based Validation Logic

🛠️ Technologies Used

  • HTML5
  • CSS3
  • JavaScript (ES6)
  • DOM manipulation

📋 Validation Rules

Name

  • Only letters and spaces are allowed
  • Minimum 2 characters required

Email

  • Must follow a valid email format

Password

  • Minimum 8 characters
  • At least one uppercase letter
  • At least one lowercase letter
  • At least one number
  • At least one special character

📂 Project Structure

├── index.html
├── style.css
├── script.js
└── README.md

🎯 Purpose

This project was created to practice JavaScript DOM manipulation, event handling, regular expressions, and client-side form validation techniques.

📸 Preview

Add a screenshot or GIF of the project here.

👨‍💻 Author

MD RAQUIB HUSSAIN

Frontend Developer passionate about building modern web applications and continuously improving JavaScript skills.

About

A simple and responsive Form Validation project built using HTML, CSS, and JavaScript with custom validation for name, email, and password fields.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages