The base project is an app for drawing random songs for Dance Dance Revolution (DDR) tournament matches. Here's what it looked like (at time of forking):
In this fork, I've adapted the app for a different game: pop'n music. I've also included a number of UI enhancements, such as displaying the banner images for songs, and including translations for songs whose titles are in Japanese. Some of these improvements were ported to the base app!
The pop'n music app is deployed online at: https://popn.surge.sh .
The fork was developed for the Raj of the Garage tournament in Columbus, Ohio in December of 2018. Here's a photo of the app in use at the tournament:
The original README from the base project is below.
App by Jeff Lloyd, ported to react by me for ease of development.
Pre-built, standalone ZIP files are available for download on the releases page
npm install
# local development
npm start
# double check changes to song list in ./src/songs/ace.json
npm run validate
# output static site to ./dist
npm run build