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

2 stars 0 forks source link

Created function to delete playlist and added it to the delete button #26

Closed britnay268 closed 2 months ago

britnay268 commented 2 months ago

Description

On the Playlist card, a user should be able to press the delete button and be prompted if they want to delete the playlist and once yes is chosen, the playlist is removed from their view and from the database.

Related Issue

8

Motivation and Context

The change is necessary to allow a user to be able to delete a playlist if they choose to do so - enhance user experience.

How Can This Be Tested?

git fetch origin deletePlaylist/bg git checkout deletePlaylist/bg npm run dev

Types of changes