vinaysomawat.github.io
vinaysomawat.github.io copied to clipboard
Add stackoverflow & github profile cards
Use stackoverflow & github profile APIs and create profile cards shown below.

@vinaysomawat What is your architecture for this?
@sasirura Use public APIs to fetch user profiles and render the details on cards.
Github - https://api.github.com/users/{USERNAME} Stackoverflow - https://api.stackexchange.com/2.2/users/${userId}?site=stackoverflow Codeforces - https://codeforces.com/api/user.info?handles={username}
and where do you want to put these cards?
Anywhere after the project section, preferably above the contact section.
Note - All cards should align side by side.
