Retrieve the user's skills from the database and display them dynamically on their portfolio page. This ensures that the list of skills is always up-to-date.
Steps to Complete:
Query the database to fetch all skills associated with the logged-in user.
Loop through the retrieved skills and display them on the portfolio page in a styled format (e.g., list or grid).
Acceptance Criteria:
The user's skills are displayed correctly and dynamically updated on the portfolio page.
The skills section is well-organized and visually consistent with the overall design of the portfolio.
Retrieve the user's skills from the database and display them dynamically on their portfolio page. This ensures that the list of skills is always up-to-date.
Steps to Complete:
Query the database to fetch all skills associated with the logged-in user. Loop through the retrieved skills and display them on the portfolio page in a styled format (e.g., list or grid).
Acceptance Criteria:
The user's skills are displayed correctly and dynamically updated on the portfolio page. The skills section is well-organized and visually consistent with the overall design of the portfolio.