Skip to content

Shafin-A/val-stats

Repository files navigation

Valorant Stats Website

Overview

Inspired by tracker.gg and blitz.gg, this web app was built using Next.js and TypeScript as a learning project to create a similar convenient platform for tracking your in-game statistics in Valorant just like those sites.

Leveraging HenrikDev's unofficial Valorant API, the site fetches real-time data to keep you updated on your performance in your last 10 competitive games (more modes WIP).

You can check out a live deployed version of the website at https://val-stats.fly.dev.

Note: The site is using the no key version of HenrikDev's API. All API calls are rate limited to 30 requests a minute. API calls are cached for 5 minutes wherever possible to reduce number of calls.

search

Features

Player Stats

View detailed statistics for your Valorant profile, including kills, deaths, wins, and more!

player stats stats maps

Check out interactive graphs for multiple stats!

graph headshots graph KAST graph ACS

Leaderboard

Check out the top players on the leaderboard in every region!

leaderboard

Comments

Engage with the community by adding comments to individual player profiles. Share strategies, tips, or connect with fellow gamers!

comments

Running locally

You will also need to have the val-stats-server project running for the comments feature to work. Check out https://github.com/Shafin-A/val-stats-server

Clone the Repository:

git clone https://github.com/Shafin-A/val-stats.git

Install Dependencies:

npm install

Run the Application:

npm run dev

Open in Browser:

Visit http://localhost:3000 to explore the Valorant Stats Tracker.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors