Labs

Lab 1

Requirement

Design and implement a User Account Management system with the following features:

  • User account creation form.
  • Fields for username, password, email, and role selection (Admin/User).
  • Profile picture upload with preview functionality.
  • Read-only fields for "Account Created At" and "Last Updated At".
  • Basic form validation for username, password, email, and role.

Implement

Show Password