A leaderboard page for Ocarina of Time Bingo races, with a Java backend and React.js frontend. It automatically fetches data from racetime.gg once a day and calculates a score for each Bingo player based on their 15 most recent races.
The leaderboard can be viewed at https://xwmtp.github.io/bingo-leaderboard
From the frontend/
folder, run npm run dev
to start a dev server.
Run npm run deploy
to deploy the static frontend site to Github pages.