Skip to content

This is a responsive form validation project built using HTML, CSS, and JavaScript. It includes fields for username, email, and password, and uses regular expressions to validate inputs. Error messages appear dynamically next to invalid fields, and a popup feedback modal.

Notifications You must be signed in to change notification settings

webwithaman/project-exercise-10-by-sheryians

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Job Ready AI-Powered Cohort: Complete Web Development + DSA + Aptitude by Sheryians Coding School

Project Exercise 10: JavaScript Form Validation

  • Topic Covered: JavaScript, HTML
  • Description: Create a form that includes fields for name, email, and password. Write a JavaScript function to validate the form before submission. Ensure that the name field is not empty, the email follows a valid email format, and the password meets certain criteria (e.g., minimum length). If the validation fails, display an error message next to the respective field and prevent the form from being submitted. Style the form and error messages for clarity.
  • Skills Covered: JavaScript form validation, regular expressions for email validation, handling form events, DOM manipulation, and displaying dynamic error messages.

Live Demo

You see a live demo of this project (https://form-validation-by-webwithaman.netlify.app/)

About

This is a responsive form validation project built using HTML, CSS, and JavaScript. It includes fields for username, email, and password, and uses regular expressions to validate inputs. Error messages appear dynamically next to invalid fields, and a popup feedback modal.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published