/league-rank

A League of Legends web app written in React

Primary LanguageJavaScript

League Rank

Demo version API Repository

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.

Planned Features

  • Custom individually created leaderboards (group leaderboards)
  • Filtering and sorting
  • More statistics!
  • Charts!

Requirements

  • Node >= 7
  • yarn/npm

Usage

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.