https://github.com/rohitanchal/user-registration-form-validation
A simple user registration system with live password validation using HTML, JavaScript, and Bootstrap. It provides real-time feedback on password strength and stores registered users in localStorage. Users remain listed even after a page refresh.
https://github.com/rohitanchal/user-registration-form-validation
bootstrap form-validation javascript localstorage password-validation user-registration
Last synced: 3 months ago
JSON representation
A simple user registration system with live password validation using HTML, JavaScript, and Bootstrap. It provides real-time feedback on password strength and stores registered users in localStorage. Users remain listed even after a page refresh.
- Host: GitHub
- URL: https://github.com/rohitanchal/user-registration-form-validation
- Owner: rohitanchal
- Created: 2025-02-13T09:45:07.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T09:59:41.000Z (3 months ago)
- Last Synced: 2025-02-13T10:33:40.765Z (3 months ago)
- Topics: bootstrap, form-validation, javascript, localstorage, password-validation, user-registration
- Language: HTML
- Homepage: https://rohitanchal.github.io/user-registration-form-validation/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# User Registration Form with Live Validation
## Description
A simple user registration system that provides live password validation using HTML, JavaScript, and Bootstrap. It ensures that users meet all password security requirements before registration and stores registered users in `localStorage`, allowing them to persist even after a page refresh.## Features
- Real-time password validation with visual feedback
- Ensures password meets security requirements:
- At least 8 characters
- At least one uppercase letter
- At least one lowercase letter
- At least one number
- At least one special character (@$!%*?&)
- Email format validation
- Stores registered users in `localStorage`
- Displays registered users in a list
- Uses Bootstrap for a responsive and modern UI## Technologies Used
- HTML
- CSS (Bootstrap)
- JavaScript## Installation & Usage
1. Clone the repository:
```sh
git clone https://github.com/rohitanchal/user-registration-form-validation.git
```
2. Navigate to the project folder:
```sh
cd user-registration-form-validation
```
3. Open `index.html` in a web browser.## Screenshots
## Author
Developed by Rohit Anchal(https://github.com/rohitanchal).## GitHub Repository
[Project Repository](https://github.com/rohitanchal)