Live Demo · React SPA VALO·DEX
Fan-made Valorant data explorer with live player lookup and interactive tools
I wanted a Valorant tool that combined game data with real player stats, no backend of my own, while respecting third-party API rate limits and Riot's fan project rules.
React + Vite SPA with agent, weapon, map and bundle browsing, an interactive damage calculator, and a player lookup that aggregates stats from the last 10 games. The main technical challenge was consuming two third-party APIs with no backend, managing rate limits through a shared throttle across routes.