Playlister: Vue.js web app for creating and sharing playlists.
vue Playlister
This project powered by Vue and Bulma, allows the user to create new playlists using YouTube URLs and save them for later use and share it.
Doesn't YouTube already have playlists? I really don't enjoy the user experience YouTube provides. I wanted a simple way of creating a shareable mix that can just be sent to someone and they can enjoy it without any UI noise. Is it overkill? Probably.
To see it in action and experiment with the code you can download it and run it locally:
Visit the repository and get it
Then
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev