Skip to content

HariR1893/Registration-Form-Validator-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REGISTRATION-FORM-VALIDATOR-JS

This project was completed as part of the Web Development internship at TechnoHacks. The task involved creating a registration form using HTML, CSS, and JavaScript. The form is designed to collect user information, and JavaScript is utilized for validation and error handling in the input fields.

Demo picture of the Registration form

Task Description

The main objectives of this task were as follows:

  1. Create an HTML form with fields for user registration, including name, email, password, and confirmation fields.
  2. Implement a visually appealing and user-friendly interface using CSS to style the form and make it responsive.
  3. Use JavaScript to perform client-side validation on user input:
    • Ensure that all required fields are filled out.
    • Validate the email format.
    • Confirm that the password and confirmation fields match.
    • Display appropriate error messages if validation fails.
  4. Submit the form data to a backend (not included in this task) upon successful validation.

Technologies Used

  • HTML5: Used for structuring the registration form.
  • CSS3: Applied for styling and responsive design.
  • JavaScript: Implemented client-side validation and error handling.
  • (Optional) Backend Technology: If applicable, specify the technology used for handling form submissions.

About

Registration form validator using javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published