gitmyhub

profile-summary-for-github

Vue ★ 20k updated 4mo ago

Tool for visualizing GitHub profiles

A web tool that generates visual charts of any GitHub user's public activity, top programming languages, and contribution patterns from a single username lookup.

VueKotlinJavalinsetup: moderatecomplexity 3/5

Profile Summary for GitHub is a web tool that generates a visual overview of a GitHub user's public activity and presence. You enter a GitHub username and it pulls data from the GitHub API to create charts and summaries showing things like the languages you use most, your contribution patterns, and how your activity is distributed across repositories. The result is a visual snapshot of what a developer works on and how they engage with GitHub.

The project is built with Vue on the front end and Kotlin with the Javalin framework on the back end. A live demo is available at profile-summary-for-github.com. The README is sparse, but the description and topics confirm it is a GitHub API-powered visualization tool. Licensed under Apache 2.0.

Where it fits