Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LaneCounter

A full-stack web app for looking up League of Legends players — view match history and ranked statistics. Built to sharpen my .NET and React skills.

Live demo

lanecounter.netlify.app

Note: the backend is hosted on Render's free tier, which spins down after inactivity. The first request after a while may take up to a minute to wake the server.

LaneCounter screenshot

Features

  • Player lookup by Riot ID (EUW server — region is currently hardcoded)
  • Match history with game details
  • Ranked stats and tier display

Tech stack

  • Frontend: React, TypeScript, Vite
  • Backend: ASP.NET Core Web API, C#
  • External API: Riot Games API

Running locally

# Backend
cd server && dotnet run

# Frontend
cd client && npm install && npm run dev

About

A League of Legends companion app to track ranked stats and match history. Built with ASP.NET Core and React.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages