During my first year at NSCC, we had to create a client-side application for our final project in Client Side Programming. I decided to build a web app that allows users to access their in-game stats from Counter Strike Global Offensive by entering their Steam username or profile URL.
This application was built with HTML, CSS, SCSS, and Bootstrap. I used an API created by tracker.gg to get the user's statistics, and an API created by Valve to access their Steam user information. Because this application was a client only, I also had to set up a CORs proxy in order to access the data from the APIs from my application without running a server.
Due to the API being changed when Counter Strike 2 was released, this app will no longer function as expected as it has not been updated to the new API.