As a user, when I go to my profile page, I would like to see my matching dinosaurs.
Acceptance Criteria
When the user navigates to the profile page
Then they should see a section called "My Matches"
And this section should be populated with dinosaur cards that appear in their matches array
Technical Notes
Modify bio.html page to have "My Matches" section
Loop over matches array inside myInfo object
For each id in matches loop over dinos array and find the dino with the matching id
Story
As a user, when I go to my profile page, I would like to see my matching dinosaurs.
Acceptance Criteria
When the user navigates to the profile page Then they should see a section called "My Matches" And this section should be populated with dinosaur cards that appear in their matches array
Technical Notes