After learning how to make a website using PHP I became interested in the different architectures used to create websites, particularly in C#. Unfortunately, C# is not something that is taught at my University, so I learned it myself over the summer. I also used this project as a way of learning how to interact with an API to request data to work with. This website connects to the WoW API and displays your world of warcraft character's stats. I also learned about the MVC architectural pattern and how the logic is split within the project.