Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Latest commit

 

History

History
46 lines (30 loc) · 1.18 KB

README.md

File metadata and controls

46 lines (30 loc) · 1.18 KB

spotify-tournament

Project details

I initially wrote the prototype for this in around 8 hours, but it quickly got too large and/or messy to be easily maintainable, so I rewrote it in Vue, which turned out to be a very good choice.

There are a few features I'd like to add, and a few areas to still be cleaned up, but I'm currently still working on them.

This is a web app for creating bracket tournaments of your Spotify songs (currently from either a playlist or an album). In my experience, this is a more effective way to rank songs based on how much you like them, as it is generally easier to compare two things at once rather than creating a list entirely from scratch.

This was also inspired by the bracket posts over at r/CSHFans.

Instructions (Vue 3)

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.