nss-evening-cohort-26 / FE-Hackathon-music-streaming-project

2 stars 0 forks source link

Add and Delete Song from Playlist #34

Closed britnay268 closed 2 months ago

britnay268 commented 2 months ago

Description

When a user clicks the view button (view details) of the Playlists, they should be able to see all the songs in their playlist if any. The user will be able to delete a song from the playlist via the delete button on the song. If the user has no songs in their playlist, they should see a button that says Add Song that allows them to add songs from a variety of available songs. A song that is in a user's playlist should not show in the variety of songs to add to the playlist.

Related Issue

10

Motivation and Context

The change is required to allow a user to add and remove songs from their created playlists.

How Can This Be Tested?

Screenshots (if appropriate):

Types of changes