Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display User Profile Before Redirecting to Update Page #25

Open
rahulrangers opened this issue Oct 3, 2024 · 0 comments
Open

Display User Profile Before Redirecting to Update Page #25

rahulrangers opened this issue Oct 3, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rahulrangers
Copy link
Collaborator

Current Situation:

  • When you click on the Profile Page, it immediately redirects to the Update Profile Page, skipping the display of user details.

What Is Expected:

  • Create a Profile Page which should first display the user’s information (name, email, etc.), and below that, there should be an "Update Profile" button.
  • When the Update Profile button is clicked, it should navigate to a separate Update Profile Page, where the user can modify their details.

Hints:

  • Hint 1: Use axios to fetch the user's profile details and display the data on the profile page.
  • Hint 2: Use MUI (Material-UI) components such as Card, Typography, and Button to organize and style the profile page and the update form.
@rahulrangers rahulrangers added the enhancement New feature or request label Oct 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant