Skip to content

A web application allowing to track the stats of a player in the game Apex Legends.

Notifications You must be signed in to change notification settings

Crim-oo/ApexTracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apex Legends Stats Tracker

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.

Technologies Used

  • React
  • Node.js
  • Express.js

Getting Started

  1. Clone the repo

    git clone https://github.com/Crim-oo/ApexTracker.git
  2. 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.
  3. Run the application

    Enter this command on the root of the project.

    npm run dev 

Screenshots

About

A web application allowing to track the stats of a player in the game Apex Legends.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published