This is a player that can use for a crowd entertainment event. You can project the player in to a screen. Ask users to login and add songs to the playlist. Users can upvote and downvote songs. The most voted song will be played as the next song.
Login/Register as a user Voting System Add new Songs to the Playlist Realtime Refresh/Update
Frontend: VueJs
Database: Firebase
Visit the demo heroku app for a live demo
write your own configuration file with a fresh firebase database credentials
src/db.js
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
For a detailed explanation on how things work, check out the guide and docs for vue-loader.
Happy Coding