skye8-tech / openFolio-v1-functional

0 stars 11 forks source link

Fetch and Display the User's Profile Information on the Portfolio Page #9

Open andrew21-mch opened 2 months ago

andrew21-mch commented 2 months ago

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.