An open API service indexing awesome lists of open source software.

https://github.com/bizdevcoder/sign-up-form-with-validation

Sign-Up Form with Validation
https://github.com/bizdevcoder/sign-up-form-with-validation

css3 html5 javascript

Last synced: 2 months ago
JSON representation

Sign-Up Form with Validation

Awesome Lists containing this project

README

          

# Sign-Up Form with Validation

This project is a simple sign-up form built using HTML, CSS, and JavaScript. It includes real-time validation to ensure correct user input before submission.

## Features
• Full Name (Required)
• Email (Required, must be a valid email format)
• Password (Required, minimum 6 characters)
• Confirm Password (Must match the Password field)
• Real-time validation with error messages
• Submit button disabled until all fields are valid
• Alert message on successful submission
## Usage
1. Clone the repository or download the files.
2. Open index.html in a browser.
3. Fill in the required fields and observe real-time validation.
4. Click the Sign-Up button once all fields are valid.
5. A success message will be displayed on submission.
## Technologies Used
• HTML
• CSS
• JavaScript