YouTube Playlist Sorter  

JavaScript
HTML
CSS
Bulma CSS Framework

YouTube Playlist Sorter is a website where users can enter a YouTube playlist URL, and sort the videos from that playlist based on their preferences. Once the user enters the playlist URL, the YouTube Data API is used to create a list of all videos in the playlist. The user is then shown 2 videos at a time from this playlist, and they can pick which video they like more. The website will then display a list of the videos ordered by favourite to least favourite. The insertion sort algorithm is used for this sorting.


Video Demonstration


The code for the project can be found here: https://github.com/AnushanV/playlistSorter

Project Status: Ongoing