Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.3 KB

readme.md

File metadata and controls

39 lines (25 loc) · 1.3 KB

Last Commit (branch)

Dotnet CSS ANGULAR BOOTSTRAP

Steam profile page

This is a Single page web where you can see your Steam profile info as:

  • Profile Info
  • Games played

Trello

Technologies used

  • Dotnet 9.0.101
  • Xunit 2.4.2
  • Angular 19.0.6
  • Bootstrap

Resources

Screenshot

  • image

How to make it work

  • 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 or dotnet run --project Steam-profile-page