Skip to content

Arimellidivya/Registration-Form-using-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

2 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Output


πŸ“‹ Registration Form

This project is a simple Registration Form built using *HTML, **CSS, and *JavaScript. The form collects user details such as name, email, password, and other necessary information, and validates the inputs before submission.

🎯 Features

  • Input fields: Name, Email, Password, and Confirm Password
  • Real-time form validation using JavaScript
  • Responsive design for different screen sizes
  • CSS styling for an enhanced user experience

πŸ“‚ Project Structure

bash . β”œβ”€β”€ index.html # HTML structure of the form β”œβ”€β”€ style.css # CSS file for styling the form └── script.js # JavaScript file for form validation

1. Clone the Repository

First, clone the repository to your local machine using the command below:

bash git clone https://github.com/Arimellidivya/Registration-Form-using-javascript

2. Open the Project

Navigate into the project folder:

bash cd registration-form

3. Open in Browser

You can open the index.html file directly in any modern web browser to view the registration form.

πŸ›  Tools & Technologies

  • HTML5: Provides the structure of the form.
  • CSS3: Handles the styling and layout.
  • JavaScript: Performs form validation and input handling.

πŸ“œ Form Validation

The JavaScript validation in this form includes:

  • Ensuring all fields are filled out.
  • Checking that the email is in a valid format.
  • Validating that the password and confirm password fields match.
  • Providing error messages for incorrect inputs.

✨ How to Contribute

  1. Fork this repository.
  2. Create a branch: git checkout -b feature-branch-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-branch-name.
  5. Submit a pull request.

Screenshot (2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published