Hacktoberfest - PR #4
The final Pull Request for Hacktoberfest is here and I decided to look for an issue that is about front-end creations, just like my previous Pull Request . I found a repository named Artistify , which was suggested by a fellow student Jasper Mui for he had worked on that same repository for his final Pull Request. Artistify is a web app that can pull music videos from youtube and allow the users to create their own list of songs and play them in the queue order. The Issue requested for buttons on the queue cards to allow change for the position in the queue of hovered queue cards, moving the current card up or down the queued list. This feature was needed in case the already implemented drag and drop function fails to function, it is a good alternate option to move queue cards. To get started with the new feature, first I had to gain a general sense of how the web app manages queue lists in the front-end. I was able to get a...