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 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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: