Hacktoberfest -Final
Hacktoberfest has finally ended today, the experience was great. Contributing to open source project was a challenging task, but it also provided a great opportunity to work with real world projects that people actually use. In the final week, I worked on two issues from the same project. This project is another web application, it utilizes a npm package called "youtube-audio-stream" to allow users to search for YouTube videos to add to their playing queue. The first issue I worked on was to change the queue Card(React-Bootstrap) layout, all I had to do was to change the react bootstrap attributes and make the Card objects in the queue larger and display more characters of the video title. After I was done with this issue, I felt like this was a good practice but it was not good enough for a 4th PR for the Hacktoberfest event, therefore, I decided to take on an extra issue, since the repository had a bit over 20 issues, I selected one that was about the right difficulty for...