valorant-api

a small project intended to learn more about public API's and React

features will be ready when they're ready don't worry >.<

demo

list of agents and their abilities

alt text

agents (my favorite ones)

Sova 🏹

alt text

Sage 💓

alt text

Killjoy 🤖

alt text

getting started with Valorant Project

in the valorant-api project directory, you can run:

mvn clean install

and then:

mvn spring-boot:run

or you can easily run on NetBeans, Eclipse, SpringToolsSuite or Intellij...

in the valorant-web project directory, you can run:

npm install

and then:

npm start