Jmarquez8951 / sole-mate

0 stars 0 forks source link

Display all socks #2

Open Jmarquez8951 opened 4 years ago

Jmarquez8951 commented 4 years ago

User Story

As a user, when the home page loads, I want to see all the socks.

AC

WHEN the home page loads THEN I should see ALL the socks AND they should appear as images AND when I hover over one the image should be greyed out and the name should appear

Dev Notes

Jmarquez8951 commented 4 years ago
const sock = {
name: 'Steve',
age: 24,
brand: 'Hanes',
color: 'white',
status: 'Extra dirty',
hobby: 'swimming',
location: 'San Francisco, CA',
size: 'one size fits most',
wantsLeft: true,
height: 'tube',
daysSingle: 365,
description: 'lorem ipsum',
quote: 'Do not hang me out to dry'
}