User Settings Page React
Build a complete user settings page with editable fields, validation, and confirmation toasts.
Prompt
Build a user settings page using React. Include editable fields for name, email, and password. When a user updates their info, show a confirmation toast. Add simple validation (e.g., email format) and disable the save button unless there are changes.