Skip to content

apple101012/ValorantCareer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Valorant Career Tracker

A web application that allows players to track their Valorant rank, match history, and detailed stats using the HenrikDev API.

Live site: https://valorantrr.onrender.com


Features

  • Search any Valorant player by Riot ID and tagline
  • View current rank and rating (RR) progress
  • Track last 10 matches with:
    • Match outcome (win/loss)
    • Map played
    • Kills, deaths, assists (KDA)
    • Round score
  • Animated rank icons and responsive layout
  • Built-in error handling and clean user interface

Tech Stack

  • Frontend: React (Vite)
  • Backend: Express.js
  • API: HenrikDev Valorant API
  • Hosting: Render

Setup Instructions

  1. Clone the repository

    git clone https://github.com/yourusername/valorant-career-tracker.git
    cd valorant-career-tracker
  2. Install dependencies for both client and server

    npm install
    cd client && npm install
  3. Create a .env file in the root with your HenrikDev API key

    HENRIK_API_KEY=your_api_key_here
    
  4. Run the development servers

    • For frontend:
      cd client
      npm run dev
    • For backend:
      npm run server

Live Demo

Try it out now: https://valorantrr.onrender.com


License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors