Back to projects

SteamClout

A website to track your Steam games and achievements.

jQueryPHPMySQLSteam API
View Markdown

One of my first projects when I was learning web development. Key features include:

  • Steam API Integration: Pulled real-time user data from the Steam API
  • Intelligent Caching: Once sprite sheets were fetched for a game, the were stored and reused for all users, making the application significantly faster

This was my first project working with a database and calling external services.