christopherjohnson1 / sole-mate

0 stars 0 forks source link

Display all socks #2

Open christopherjohnson1 opened 4 years ago

christopherjohnson1 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

christopherjohnson1 commented 4 years ago
const sock = {
name: 'steve',
age: 24,
brand: 'hanes',
color: 'white',
status: 'Extra Dirty',
hobby: 'swimming',
location: 'San Francisco',
size: 'one size fits most',
wantsLeft: true,
height: 'tube',
daysSingle: 365,
description: 'bla bla bla',
quote: ''Do not hang me out to dry
}