League Rank is a React.js web application that uses the League of Legends API to gather data about users.
The main component of League Rank is the Leaderboard system which ranks users according to their in-game level.
- Custom individually created leaderboards (group leaderboards)
- Filtering and sorting
- More statistics!
- Charts!
Node >= 7
- yarn/npm
To use your own version of League Rank, the league-rank-api server must be running in the background.
Use npm start
to run a development server and npm build
to create a production-ready version.