Official repository for QRafty, an innovative, customizable QR code generator and management system designed to streamline the way you create, manage, and track QR codes. QRafty is crafted for efficiency and ease, catering to both individuals and businesses who demand agility and creative freedom in their marketing and informational endeavors
Client-side validations are implemented for Name (non-empty + length constraints/requirements), username(non-empty + length constraints/requirements), Email (nonempty and valid format), and password (non empty, complexity requirements).
The form prevents the user from re-submitting the form while an active submission is in progress, disabling and showing a loading spinner.
The form is not submitted if there are validation errors.
UI Feedback for Errors
Error messages are displayed inline next to the relevant input fields.
Provide visual cues (like red borders or text) to indicate validation errors
Client-Side Validation
UI Feedback for Errors
Part of #3