Welcome back to the final part of my series on customizing your GitHub profile! In this article, we'll focus on adding GitHub stats to your profile. Displaying your stats can provide visitors insights into your coding activity, the languages you use, and other key metrics, highlighting your GitHub presence.
Part 1 | Part 2 | Part 3 | Part 4
Add GitHub Stats and Why
GitHub stats offer a quick overview of your contributions, showcasing your commitment and areas of expertise. Adding these visual elements can make your profile more informative and engaging.
- Transparency: Stats offer a transparent view of your activity and contributions.
- Highlight Skills: They highlight the most used programming languages.
- Motivation: Tracking your stats can be motivating as you see your progress over time.
Setting Up GitHub Stats
To add GitHub stats to your profile, you can use the following services. Here's a step-by-step guide:
- GitHub Stats Card: ← Visit the repository and generate the URL for your stats card.
Syntax:
<a href="https://github.com/anuraghazra/github-readme-stats">
<img alt="GitHub Stats Card" src="https://github-readme-stats.vercel.app/api?username=YOUR_USERNAME">
</a>
- Top Languages Card: ← Visit the repository and generate the URL for your card.
Syntax:
<a src="https://github.com/anuraghazra/github-readme-stats">
<img alt="Top Languages Card" src="https://github-readme-stats.vercel.app/api/top-langs/?username=YOUR_USERNAME">
</a>
- Streak Stats: ← Visit the repository and generate the URL for your stats card.
Syntax:
<a href="https://git.io/streak-stats">
<img src="https://streak-stats.demolab.com?user=YOUR_USERNAME" alt="GitHub Streak">
</a>
Customize GitHub Stats
You can customize the appearance of your stats cards by changing the theme, hiding certain stats, and adjusting other settings. Check each link for all available customization options.
Wrapping Up
In this part, we covered how to add GitHub stats to your profile. By displaying your activity, streak, and most used languages, you can provide visitors with valuable insights into your coding journey. Stay tuned for the next part, where we'll discuss additional tips and tricks for further enhancing your GitHub profile.
Thank you for following along with this series on customizing GitHub profiles! Your interest and dedication to improving your profile can significantly impact how others perceive your work and skills. I hope these guides have provided you with useful tips and tools to enhance your GitHub presence.
If you have any questions, feel free to ask in the comments below. I'd love to see how you've customized your profiles, so don't hesitate to share your links!
Happy coding!💻
References
Anurag Hazra's Repository
Jonah Lawrence's Repository
GitHub Readme Streak Stats
Top comments (1)
Some comments may only be visible to logged-in visitors. Sign in to view all comments.