../

🔎 ExoBuilds

Table of contents

Repository

Result

ExoBuilds preview

Introduction

During 2022, I used to play League of Legends with my friends, and they recommended me to use a website to get the best champion builds.

A really famous one is U.GG.

For those who are not yet introduced to this game, you can get more informations here.

I was looking for project ideas to code on my spare time, and the idea of working on such website really enjoyed me.

Tech stack

The journey

First thing first was to set up a default web server, I therefore followed the rocket.rs getting started guide

Then I looked for available Riot Games API wrappers in Rust, but I could not find any.