Archive
This commit is contained in:
parent
eaf9040119
commit
33710e1364
2 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal file
|
|
@ -0,0 +1,24 @@
|
||||||
|
# League Search
|
||||||
|
|
||||||
|
League Search is an application that provides player information and gaming history in a clean interface, along with essential player stats. It was submitted to the Riot Games API Challenge 2015.
|
||||||
|
|
||||||
|
**Built With**
|
||||||
|
- PHP
|
||||||
|
- JavaScript / jQuery
|
||||||
|
- CSS
|
||||||
|
- Riot Games API
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## About
|
||||||
|
|
||||||
|
Search any summoner by name and instantly view their profile, ranked stats, and recent match history, all pulled in real time using the official Riot Games API.
|
||||||
|
|
||||||
|
## Features
|
||||||
|
|
||||||
|
- **Summoner Profile** - View summoner name, profile icon, level, and last active time
|
||||||
|
- **Ranked Stats** - Displays the summoner's tier and division (e.g. Gold II)
|
||||||
|
- **Match History** - Browse recent games including champion played, KDA, items, spells, gold earned, and damage dealt
|
||||||
|
- **Champion & Item Info** - Fetches champion names, item names, and descriptions directly from Riot's static data
|
||||||
|
- **Random Background** - Background images change randomly based on champion skins on each visit
|
||||||
|
|
||||||
BIN
docs/assets/img/preview.png
Normal file
BIN
docs/assets/img/preview.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 211 KiB |
Reference in a new issue