youtanimstar / music-hub

https://music-hub-10.netlify.app/
MIT License
19 stars 34 forks source link

Add liked songs page #22

Open youtanimstar opened 11 months ago

youtanimstar commented 11 months ago

On the playlist page, there is no 'liked songs' button present. Please add a 'liked songs' button and design it similar to the new playlist button. Place a like icon in the middle of the box. When we click this button, a new page will open and all liked music songs will be fetched. Here is a screenshot showing where you should implement this function.

Screenshot from 2023-10-17 11-22-28

vsh9 commented 11 months ago

Hii, I'd like to take up this issue

I've noticed there's no way to register an event to "like" a song, and since the entire project is just a vanilla HTML server, how do we plan on saving liked songs?

An alternative I could suggest would be to store local cookies since there is no concept of user accounts

youtanimstar commented 11 months ago

Hii, I'd like to take up this issue

I've noticed there's no way to register an event to "like" a song, and since the entire project is just a vanilla HTML server, how do we plan on saving liked songs?

An alternative I could suggest would be to store local cookies since there is no concept of user accounts

Sure, please proceed @vsh9 Happy Coding...!!

youtanimstar commented 11 months ago

To learn more about this issue, you can also view this particular one #21