During a Hackathon for a blockchain-game called CheezeWizards (https://cheezewizards.com) I built a webapplication called CWStats (https://cwstats.com). The main purpose of the webapp is to serve the user with information about other wizards so he/she can decide who to duel and what spells they should use in such a duel. The system was built with a CosmosDB maintained on Azure, a REST-API in .Net core v2.2.7 which serves the data from the CosmosDB to the frontend in clean and simlpe models using JSON. The frontend was built with Vue including typescript, html, scss.