League Info Search, 2017

Click image to open on Heroku

Note: App is currently in a non-working state


View source code on Github

The purpose of this app was to create a simple and quick way for someone to instantly find out what champions their opponent is good at playing. A secondary purpose would be for a user to enter a teammate's summoner name and the teammate's lane opponent. Both of these use cases would allow a user to quickly see if players are good at the champion or role they are currently playing. The front end of the site runs on React, allowing for data to be filled in once it is ready, without refreshing the page. The backend is using Express and Node.js in order to create routes and serve the app. Mongo is used to store most recent data about a certain player, in case the API is unavailable.

The app is currently not functioning because it needs to be redone using the new version of Riot's API.