stephencastaneda / music-director

0 stars 0 forks source link

Song List #6

Closed stephencastaneda closed 4 years ago

stephencastaneda commented 4 years ago

User Story

As a user, when I click on the songs page, a list of all the songs should display.

AC

WHEN I go to the songs page THEN there should be a list of all the songs AND there should be a delete button on each song in the list

Dev Notes

In the songList component

stephencastaneda commented 4 years ago
        id: PropTypes.string.isRequired,
        songTitle: PropTypes.string.isRequired,
        artist: PropTypes.string.isRequired,
        musicEra: PropTypes.number.isRequired,
        style: PropTypes.string.isRequired