This is a web application allowing to track the stats of a player according to different parameters. In order to make this possible, I used an API from the site https://tracker.gg/ and I built a backend to allow the user to receive the desired information. I used React for the front-end and Express/Node.js for the backend.
- React
- Node.js
- Express.js
-
Clone the repo
git clone https://github.com/Crim-oo/ApexTracker.git
-
Set up the
client/server
Install the required dependencies:
npm i
cd client/ && npm i
Set the variables in the
config.env
file:TRAKCER_API_KEY = Your Api Key here. Check out https://tracker.gg/developers for more informations.
-
Run the
application
Enter this command on the root of the project.
npm run dev