Developed a functional front-end application for League of Legends Teamfight Tactics players looking to view their recent game statistics and history.
Match Statistics and History
When scrolling through your match history, view your recent game stats while looking at updated information on each character and their items by simply hovering over the picture.
Install required dependencies
npm installRename example.env to .env.
Head to the Riot Games Developer website to sign-in and generate a new Riot Games Token.
Then fill in the .env file with your token.
Start the application to your main browser by firing up the server and client.
npm run server-dev
npm run client-dev

