This is a Single page web where you can see your Steam profile info as:
- Profile Info
- Games played
- Dotnet 9.0.101
- Xunit 2.4.2
- Angular 19.0.6
- Bootstrap
-
First at all, we need to get the api key. You can get it here
-
create a .env file
-
add the next varible with his key value.
STEAM_API_KEY=key
-
to run the project, as it has .net in it, and step on the project folder and run the next command:
dotnet run
ordotnet run --project Steam-profile-page