skye8-tech / openFolio-v1-functional

0 stars 11 forks source link

Fetch and Display the User's Skills Dynamically on the Portfolio Page #13

Open andrew21-mch opened 3 months ago

andrew21-mch commented 3 months ago

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.