You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: