This was a statistics panel I created for a Arma 3 community called Reborn Roleplay. The aim of the panel was to show player statistics like money and inventories. The panel has an administration section which allows you to kick and ban players from the server. Notes can be added to players and in-game money graphs can be seen, showing historical money. The front end was written in AngularJS and a theme was used to create the layout. The backend was created inside of ASP.net using C#. The players data is stored inside of a MySQL database which only the backend has access to. The API uses a package called LinqConnect which allows you to use Linq code with a MySQL server.
Languages | HTML, CSS, JS, ASP.Net |
Frameworks | AngularJS, LinqConnect |