Retrieve the user's profile information from the database and display it on their portfolio page. This includes their name, bio, contact information, and profile photo.
Steps to Complete:
Query the database to fetch the logged-in user's profile data.
Display the user's name, bio, contact details, and profile photo dynamically on the portfolio page.
Ensure that the displayed information is styled consistently with the rest of the site.
Acceptance Criteria:
The user's profile information is correctly displayed on the portfolio page.
The data is dynamically fetched and updated based on the logged-in user.
Retrieve the user's profile information from the database and display it on their portfolio page. This includes their name, bio, contact information, and profile photo.
Steps to Complete:
Query the database to fetch the logged-in user's profile data. Display the user's name, bio, contact details, and profile photo dynamically on the portfolio page. Ensure that the displayed information is styled consistently with the rest of the site.
Acceptance Criteria:
The user's profile information is correctly displayed on the portfolio page. The data is dynamically fetched and updated based on the logged-in user.