ancasimon / test-group-project

0 stars 0 forks source link

Display all socks #2

Open ancasimon opened 4 years ago

ancasimon 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 an image, the image should be greyed out and the name (of the sock) should appear.

Dev Notes

ancasimon commented 4 years ago
const = {
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: 'a description of the sock',
quote: 'Do not hang me out to dry'
};