JIT
Designing a user-friendly signup form with validation and styling
Signup Form (View)  Design a signup form where a new user can enter details (e.g., name, email/username, password, confirm password).  Add proper input validation (e.g., required fields, correct format, password confirmation). Controller:  Create a controller method to handle signup.  Save the user’s data into the database (Model).  After successful signup, redirect the user to the Login Page. in vscode. with a nice design using blue and with hover on the text box and button.
Updated files
v1