Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 671 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 671 Bytes

Bingo Leaderboard

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

bingo-leaderboard

Run frontend

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.