A simple and interactive form validation project built with HTML, CSS, and JavaScript. This form provides real-time error detection, shake animation on invalid input, and a success welcome screen after all fields are correctly filled.
Features
- Live input validation (name, email, password & confirm password)
- Red/green field highlighting for error & success
- Shake animation for invalid fields
- Dynamic error summary counter
- Clean UI with smooth transitions
- Welcome screen on successful registration
Tech Stack
- HTML – form structure
- CSS – styling, animations, responsiveness
- JavaScript – validation logic, dynamic updates
How to Run
- Download the repository and extract the folder if needed
- Open index.html in your browser
- Start typing to see real-time validation effects