# SteamClout

A website to track your Steam games and achievements.

- Tags: jQuery, PHP, MySQL, Steam API
- Image: /projects/steamclout-homepage.png - SteamClout homepage
- Image: /projects/steamclout-achievements.png - SteamClout achievements page


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.
