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
- Host: GitHub
- URL: https://github.com/bizdevcoder/sign-up-form-with-validation
- Owner: BizDevCoder
- Created: 2025-04-02T21:19:37.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T21:31:22.000Z (about 1 year ago)
- Last Synced: 2025-06-22T19:08:15.444Z (12 months ago)
- Topics: css3, html5, javascript
- Language: JavaScript
- Homepage: https://bizdevcoder.github.io/Sign-Up-Form-with-Validation/
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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