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.