- As a user, I want to see a listing of all available pets. Each pet should have a card that has all this data: ```javascript { "image": xxx "name": xxx "color": xxx "specialSkill": xxx "typeOfPet": xxx } ``` - Loop through each object and render each item to the DOM