skye8-tech / openFolio-v1-functional

0 stars 11 forks source link

Fetch and Display the User's Projects Dynamically on the Portfolio Page #17

Open andrew21-mch opened 2 months ago

andrew21-mch commented 2 months ago

Retrieve and display the user’s projects dynamically on their portfolio page. The list of projects should update automatically based on the data stored in the database.

Steps to Complete:

Query the database to fetch all projects associated with the logged-in user. Loop through the retrieved projects and display them on the portfolio page, including the title, description, technologies, link, and image.

Acceptance Criteria:

The user's projects are displayed correctly and dynamically on the portfolio page. The projects section is well-organized and visually consistent with the overall design of the portfolio.