stephencastaneda / music-director

0 stars 0 forks source link

Set - Read #15

Closed stephencastaneda closed 4 years ago

stephencastaneda commented 4 years ago

User Story

As a user, when the set page loads, I see all the Set titles with dates.

AC

WHEN I click on the set page THEN the set page loads AND I should see cards AND cards should have a set title and date

Dev Notes

part 1

in Sets.js create an in create an empty array in state called sets. create a getSets function

part 2

IN SET DATA FILE *create getAllSets function