This application takes a DeviantArt username from the user and returns a list of all of their galleries. You can then choose one of the galleries and receive a random image from it. This is done through the DeviantArt API. I'm very proud of the formatting of my code, specifically my attention to maintaining good OOP principles. I also followed standard naming conventions for the Visual C# form.