awesome-github-profile-readme
š A curated list of awesome GitHub Profile which updates in real time
Top Related Projects
:zap: Dynamically generated stats for your github readmes
š„ Stay motivated and show off your contribution streak! š Display your total contributions, current streak, and longest streak on your GitHub profile README
š Dynamic Coloful Image Render
It counts how many times your GitHub profile has been viewed. Free cloud micro-service.
š An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
š Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
Quick Overview
The "awesome-github-profile-readme" repository is a curated list of creative and innovative GitHub profile READMEs. It showcases a collection of unique and eye-catching profile descriptions, providing inspiration and ideas for developers to enhance their own GitHub profiles.
Pros
- Offers a wide variety of creative profile README examples
- Regularly updated with new and trending profile designs
- Includes categories for easy navigation and discovery
- Provides a platform for developers to showcase their work and get inspired
Cons
- May encourage excessive focus on profile aesthetics over actual coding contributions
- Some examples might be too complex or time-consuming for beginners to implement
- Could lead to homogenization of profile designs as popular styles are replicated
- Maintenance of the list might become challenging as the number of submissions grows
Getting Started
To contribute to the "awesome-github-profile-readme" repository:
- Fork the repository
- Add your profile README example to the appropriate category in the README.md file
- Ensure your addition follows the established format
- Create a pull request with a brief description of your contribution
Example format for adding a new profile:
- [Your Name](https://github.com/yourusername) - Brief description of your profile's unique features
Remember to follow the repository's contribution guidelines and code of conduct when submitting your addition.
Competitor Comparisons
:zap: Dynamically generated stats for your github readmes
Pros of github-readme-stats
- Provides dynamic, real-time GitHub stats for profile READMEs
- Offers customizable themes and layouts for stats cards
- Includes language usage charts and repository-specific stats
Cons of github-readme-stats
- Limited to statistical information and doesn't showcase profile creativity
- Requires external service dependency for generating stats
- May not be suitable for users who prefer static, manually curated content
Code Comparison
github-readme-stats:
[![Anurag's GitHub stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats)
awesome-github-profile-readme:
## š§ Technologies & Tools
![](https://img.shields.io/badge/OS-Linux-informational?style=flat&logo=linux&logoColor=white&color=2bbc8a)
![](https://img.shields.io/badge/Editor-IntelliJ_IDEA-informational?style=flat&logo=intellij-idea&logoColor=white&color=2bbc8a)
![](https://img.shields.io/badge/Code-Python-informational?style=flat&logo=python&logoColor=white&color=2bbc8a)
github-readme-stats focuses on generating dynamic statistics, while awesome-github-profile-readme provides a curated list of creative profile README examples and resources. The former offers an easy way to display up-to-date GitHub activity, while the latter inspires users with diverse profile designs and content ideas. Choose based on whether you prefer automated stats or manual curation for your GitHub profile.
š„ Stay motivated and show off your contribution streak! š Display your total contributions, current streak, and longest streak on your GitHub profile README
Pros of github-readme-streak-stats
- Provides dynamic streak statistics for GitHub profiles
- Offers customizable themes and appearance options
- Focuses on a specific, useful feature for GitHub READMEs
Cons of github-readme-streak-stats
- Limited in scope compared to the comprehensive collection in awesome-github-profile-readme
- Requires setup and configuration, unlike the ready-to-use examples in awesome-github-profile-readme
- May not be suitable for users looking for a wide variety of README ideas
Code Comparison
github-readme-streak-stats:
def get_streak_count(contributions):
streak = 0
for day in contributions:
if day.count > 0:
streak += 1
else:
break
return streak
awesome-github-profile-readme:
## Categories
- [Game Mode š](#game-mode-)
- [Code Mode šØš½āš»](#code-mode-)
- [Dynamic Realtime š«](#dynamic-realtime-)
- [A Little Bit of Everything š](#a-little-bit-of-everything-)
The code comparison shows that github-readme-streak-stats focuses on implementing streak calculation functionality, while awesome-github-profile-readme provides a curated list of README categories and examples.
š Dynamic Coloful Image Render
Pros of capsule-render
- Focused tool for creating visually appealing header images
- Easy to use with customizable parameters
- Generates dynamic SVG images for GitHub profiles
Cons of capsule-render
- Limited to header image generation only
- Less comprehensive in terms of overall profile customization
- Requires external image hosting for non-SVG outputs
Code Comparison
capsule-render:
![Header](https://capsule-render.vercel.app/api?type=wave&color=auto&height=300§ion=header&text=Hello%20World&fontSize=90)
awesome-github-profile-readme:
<h1 align="center">Hi š, I'm John Doe</h1>
<h3 align="center">A passionate developer from Somewhere</h3>
<p align="left"> <img src="https://komarev.com/ghpvc/?username=johndoe&label=Profile%20views&color=0e75b6&style=flat" alt="johndoe" /> </p>
Summary
capsule-render is a specialized tool for creating eye-catching header images for GitHub profiles, offering easy customization and dynamic SVG generation. However, it's limited to header images and lacks the comprehensive profile customization features found in awesome-github-profile-readme.
awesome-github-profile-readme provides a wide range of examples and resources for creating complete, customized GitHub profile READMEs. It offers more flexibility and options for overall profile design but may require more effort to implement compared to the simplicity of capsule-render for header images.
It counts how many times your GitHub profile has been viewed. Free cloud micro-service.
Pros of github-profile-views-counter
- Provides a specific, focused functionality for tracking profile views
- Easy to implement with a single line of code in your README
- Regularly updated and maintained
Cons of github-profile-views-counter
- Limited in scope compared to the comprehensive resource of awesome-github-profile-readme
- Doesn't provide inspiration or examples for creating unique profile READMEs
- May not be as useful for users looking to enhance their overall GitHub profile appearance
Code Comparison
github-profile-views-counter:
![](https://komarev.com/ghpvc/?username=your-github-username)
awesome-github-profile-readme:
<!-- No specific code to compare, as it's a curated list of resources -->
Summary
github-profile-views-counter is a simple, focused tool for adding a view counter to your GitHub profile. It's easy to implement but limited in scope. awesome-github-profile-readme, on the other hand, is a comprehensive collection of resources, examples, and tools for creating impressive GitHub profile READMEs. While it doesn't provide a specific functionality like the view counter, it offers a wealth of inspiration and guidance for users looking to enhance their overall GitHub presence.
š An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
Pros of metrics
- Automated generation of GitHub profile statistics and visualizations
- Highly customizable with numerous plugins and options
- Regularly updated with new features and improvements
Cons of metrics
- Requires more setup and configuration compared to curated examples
- May be overwhelming for users seeking simple, pre-made profile designs
- Limited to quantitative data and metrics, lacking qualitative showcases
Code comparison
metrics:
- uses: lowlighter/metrics@latest
with:
token: ${{ secrets.METRICS_TOKEN }}
config_timezone: Europe/Paris
plugin_languages: yes
awesome-github-profile-readme:
## š About Me
šØāš» I'm a passionate developer
š± I'm currently learning React
š¬ Ask me about JavaScript
Summary
metrics offers an automated, data-driven approach to creating GitHub profile READMEs with extensive customization options. It excels in generating detailed statistics and visualizations but requires more setup.
awesome-github-profile-readme provides a curated collection of handcrafted profile designs, offering inspiration and ready-to-use templates. It's easier to implement for those seeking quick, creative solutions but lacks automated data integration.
Choose metrics for comprehensive, data-rich profiles or awesome-github-profile-readme for diverse, pre-designed templates and creative inspiration.
š Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
Pros of github-profile-readme-generator
- Interactive UI for easy profile README generation
- Real-time preview of the generated README
- Supports various GitHub stats and widgets
Cons of github-profile-readme-generator
- Limited customization options compared to curated examples
- May produce generic-looking profiles without manual tweaks
- Lacks the diversity of ideas found in a curated list
Code Comparison
awesome-github-profile-readme:
## Categories
- [Game Mode š](#game-mode-)
- [Code Mode šØš½āš»](#code-mode-)
- [Dynamic Realtime š«](#dynamic-realtime-)
- [A Little Bit of Everything š](#a-little-bit-of-everything-)
github-profile-readme-generator:
const skills = [
'JavaScript',
'React',
'Node.js',
'Python',
'Git'
];
const generateSkillsSection = () => {
return skills.map(skill => `<img src="${getSkillIcon(skill)}" alt="${skill}" />`).join('\n');
};
The awesome-github-profile-readme repository provides a curated list of creative and inspiring profile READMEs, offering diverse ideas and examples. It's excellent for finding inspiration and unique approaches to showcase your GitHub profile.
On the other hand, the github-profile-readme-generator offers a user-friendly tool to quickly create a profile README with various elements and GitHub stats. It's ideal for those who want a quick solution without spending time on manual creation.
While the generator provides convenience, it may lack the creativity and uniqueness found in the curated list. The choice between the two depends on whether you prefer a ready-made solution or drawing inspiration from diverse examples to create a more personalized profile README.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual CopilotREADME
Awesome GitHub Profile README
A curated list of awesome Github Profile READMEs
Loved the project? Please consider donating to help it improve!
Contents:
- Categories
- GitHub Actions Ć°ĀĀ¤Ā
- Game Mode Ć°ĀĀĀ
- Code Mode Ć°ĀĀĀØĆ°ĀĀĀ½Ć¢ĀĀĆ°ĀĀĀ»
- Dynamic Realtime Ć°ĀĀĀ«
- A Little Bit of Everything Ć°ĀĀĀ
- Descriptive Ć°ĀĀĀ
- Simple but Innovative Ones Ć°ĀĀ¤Ā
- Typing.. Mode Ć°ĀĀĀ°
- Anime Ć°ĀĀĀ¾
- Minimalistic Ć¢ĀĀØ
- GIFS Ć°ĀĀĀ»
- Just Images Ć°ĀĀĀ
- Badges Ć°ĀĀĀ«
- Fancy Fonts Ć°ĀĀĀ
- Icons Ć°ĀĀĀÆ
- Retro Ć°ĀĀĀ
- Tools
- Articles
- Video Tutorials
- Contribute
- License
Categories
GitHub Actions Ć°ĀĀ¤Ā
- Abhishek Naidu
- Thomas Guibert
- Brian Douglas
- Shawn Wang
- Simon Willison
- Mike Coutermarsh
- Michael Hoffmann (Mokkapps)
- Athul Cyriac Ajay
- Gautam Krishna R
- Roald Nefs
- Leo
- Dhruv Jain
- Erwin Lejeune
- Jessica Lim
- ƤĀ¾ĀĆ„Ā¤Ā-Tw93
- liununu
- Filippo Rossi (qu4k)
- Moe Poi ~
- Elon Tang (blackcater)
- Stanley Lim (Spiderpig86)
- Akshit Garg (gargakshit)
- Yufan You
- Danny Koppenhagen
- Vidya Bhandary
- Rao Hai
- Jatin Rao
- teoxoy
- Aral Roca
- codeSTACKr
- itgoyo
- lifeparticle
Game Mode Ć°ĀĀĀ
Code Mode Ć°ĀĀĀØĆ°ĀĀĀ½Ć¢ĀĀĆ°ĀĀĀ»
Dynamic Realtime Ć°ĀĀĀ«
- Kirill Feschenko
- Anurag Hazra
- DenverCoder1
- Hemant Joshi
- Kittinan
- Andrew Novac
- Johnny Villegas
- Andrew Young
- Rashmi Jadhav
- andyruwruw
- Jacob Colvin
- Osman DurdaĆĀ
- iampavangandhi
- Dani Akash
- Rahul Jha
- Taehyun Hwang
A Little Bit of Everything Ć°ĀĀĀ
- Raymond Li
- Martin Heinz
- Adam Alston
- Rafnix GuzmĆĀ”n
- Aditya Pal
- Hedy Li
- Xunzhuo
- Khaleel Gibran
- Apoorv Tyagi
- CxyFreedom
- Miller Camilo Vega
- Abhishek Maira
- Clayton Hamilton
- Sy Rashid
- Quin Knight
- Jackyu-1999
- Rak Laptudirm
- Trini B
- holic-x
Descriptive Ć°ĀĀĀ
- Filip TronĆĀĆĀek
- Garima Singh
- lizheming
- NguyĆ”Ā»Ā n HoĆĀ ng DĆĀ°ĆĀ”ng
- Saksham Taneja
- TheAbbie
- Keshav Singh
- Vidur Satija
- Dani El-Ayyass
- Nanra Sukedy
Simple but Innovative Ones Ć°ĀĀ¤Ā
- Nate Moore
- Jhey Tompkins
- Waylon Walker
- Vansh Kapoor
- Harsh Kumar Khatri
- Stephen Ajulu
- Haany Ali
- Anurag Singh
- Rishit Dagli
- Vinit Shahdeo
- Fatih Kadir AkĆĀ±n
- Lucas Vazquez
- Ć„Ā°ĀĆ„Ā¼ĀĆØĀ°ĀĆØĀ°ĀĆ¢ĀĀ¢
- alx365
- Johnny Villegas
- ƤĀøĀƧĀ¼ĀƦĀ®ĀƦĀµĀĆ„ĀĀĆ©ĀĀĆ„ĀĀĆØĀ¾Ā¹Ć„ĀĀ°Ć©ĀĀ
- Srihari Kapu
- vaaski
- Arturs Smirnovs
- Yash Sahijwani
- Hemanth Kollipara
- Tushar Mittal
- Onimur
- Bruno Tacca
- Matthew Taylor
Typing.. Mode Ć°ĀĀĀ°
Anime Ć°ĀĀĀ¾
Minimalistic Ć¢ĀĀØ
- Caneco
- Gift Egwuenu
- Kelechi Precious Nwachukwu
- Ghazi Khan
- Pratik Kumar
- Dennis Hartrampf
- MrStanDu33
- Jayraj Roshan
- amxchang
- ridermansb
- Maximous Black
- Alex Martin
- ChungZH
- Orhun
- Aveek Saha
- Federico Dondi
- Zheeeng
- TallGuyJenks
- Stefanie Grunwald
- Abdul Khaliq
GIFS Ć°ĀĀĀ»
- Pouya Saadeghi
- Ari
- Siv Ram Shastri
- Shanu Mishra
- Shubham Kumar
- Duncan
- Demartini
- Sindre Sorhus
- Pranjal Bhardwaj
- Okan KoĆĀ§yiĆĀit
- Raghav Khullar
- xrkffgg
- Kevin Cui
- Muskan Rani
- Rishav Anand
- KelviNosse
- nilfalse
- Shahriar Shafin
- Somnath Paul
- Ksenia Morozova
Just Images Ć°ĀĀĀ
Badges Ć°ĀĀĀ«
- Harish Kumar S S
- Anirudh Emmadi
- Brendon Smith
- Alwin Wang
- Moshfiq Rony
- Ileriayo Adebiyi
- Samujjwaal Dey
- Char-Al
- Oka
- Nikita Rusetskii
- Raphael Ebner
Fancy Fonts Ć°ĀĀĀ
Icons Ć°ĀĀĀÆ
Retro Ć°ĀĀĀ
Tools
- Todoist Stats in Readme - Daily Todoist Stats on your Profile Readme
- Visitor Badge - Count visitors for your README.md, Issues, PRs in GitHub
- 1990s style Visitor Counter - Add a 1990s style visitor counter with one line of markdown.
- Vistor Count - Count visitors for README.md that can be used with shields.io
- Shields Project - Use Shields to create profile badges, compatible with Simple Icons
- Github Readme Stats - Get dynamically generated GitHub stats on your readmes
- Github Contributor Stats - :fire: Get dynamically generated Github Contributor stats (repositories you really committed) on your readmes
- GitHub Streak Stats - Ć°ĀĀĀ„ Stay motivated and show off your contribution streak! Ć°ĀĀĀ Display your total contributions, current streak, and longest streak on your GitHub profile README
- Simple Icons - SVG icons for popular brands for your README.md files
- Laravel GitHub Profile Visit Counter - Add on your Laravel project a quick-badge to count your profile visits.
- Dev Metrics in Readme - WakaTime Weekly Metrics on your Profile Readme
- Profile Activity Generator - Generate custom profile activity for your profile README
- Current UTC time - Example code of server that can serve dynamic content on GitHub profile
- Github Activity in README - Updates
README.md
with the recent GitHub activity of a user - Github Profile README Generator - This tool provides an easy way to create github profile readme with latest addons like
visitors count
,github stats
etc. - Dynamic Profile Page On Github - Get dynamically generated list of your commits (of the repositories that the action is configured) on GitHub profile readme.
- npm package downloads - Show all of your npm packages and their total downloads
- All Dev Stats in Readme - Are you an early Ć°ĀĀĀ¤ or a night Ć°ĀĀ¦Ā? When are you most productive during the day? What languages you code in? And other stuff... Let's check out in your readme!
- Feedparser - Convenient processing of RSS files
- Profile README Widgets - Add simple widgets to your profile readme.
- Spotify now playing card generator - Generate your Spotify now playing card for your GitHub profile
- Markdown Badges - Add badges to your profile.
- Latest Blog Posts and StackOverflow activity in readme - Show your latest blog posts from any sources or StackOverflow activity on your GitHub profile/project readme automatically using the RSS feed using this Github Action
- GitHub Readme LinkedIn - Get dynamically generated images from your LinkedIn profile on your GitHub readmes
- GitHub Readme Medium - Show your latest Medium article on your readmes!
- GitHub Readme StackOverflow - Dynamically generated your StackOverflow profile status on your GitHub readmes!
- StackOverflow Stats Badge - Display your stats with this Unique StackOverflow Badge!
- Github Profile README Generator - This project allows you to create nice and simple github profile readme files.
- Profile Readme Stats - [Github Action] Showcase your github stats on your profile README.md
- README Jokes - Random dev jokes in your GitHub README.
- GitHub Profile Trophy - Ć°ĀĀĀ Add dynamically generated GitHub Trophy on your readme
- Github Readme Twitter - Show your latest tweet on your readmes.
- Random Dev Memes - Random dev memes to display on your GitHub README.
- GitHub Readme Quotes - Dev quotes on your GitHub Profile Readme.
- GitHub Profilinator - This tool contains small GUI components that you can hook together to generate markdown for your perfect readme.
- PageSpeed score - Generate website's PageSpeed score in animated svg form which can be used in GitHub README
- Gitwar Profile Score - Add your Github Profile Score in README.
- Header Images for Github Profile READMEs - Generate header images for your GitHub profile READMEs with custom content
- YouTube Channel Stats - Ć°ĀĀĀŗ Display number of subscribers on YouTube and/or your channel's view count as a badge
- Current Book Status from GoodReads - Add a card of the current book you are reading that automatically syncs with GoodReads to display your progress.
- Readme Typing SVG - :zap: Dynamically generated, customizable SVG that gives the appearance of typing and deleting text
Articles
- "How To Create A GitHub Profile README" - Monica Powell
- "How to Stand Out on Github with Profile READMEs" - Jessica Lim
- "What's on your GitHub Profile" - Waylon Walker
- "3 Ways to Spice up your Github Profile README Ć°ĀĀĀ„" - Jaye Hernandez
- "Dynamically Generated Github Stats For Your Profile ReadMe" - Anurag Hazra
- "How to create an awesome GIF for your GitHub Profile README" - Satvik Chachra
- "Create a special repository in your GitHub Profile Ć°ĀĀĀØ, supported and unsupported features" - Alex Malaszkiewicz
- "How to create a Github Profile README with Dynamic Github Stats" - Ghazi Khan
- "How I Built A Self-Updating README On My Github Profile" - Michael Hoffmann (Mokkapps)
- "Building a self-updating profile README for GitHub" - Simon Willison
- "How to create an interactive README for your GitHub profile" - Kavish Hukmani
- "ƤĀ»ĀƤĀ¹ĀĆÆĀ¼ĀGithub Ć„Ā±Ā ƧĀĀ¶Ć„ĀĀÆƤĀ»Ā„ĆØĀæĀƤĀ¹ĀƧĀĀ©ĆÆĀ¼Ā" - Tw93
- "Getting started with Markdown Badges" - Ileriayo Adebiyi
- "Show your latest dev.to posts automatically on your GitHub profile readme" - Gautam krishna R
- "How I Built A Self-Updating README by Webhooks and Netlify Functions" - Rao Hai
- "Build a Stunning README For Your GitHub Profile" - Martin Heinz
- "How I added my Spotify statistics to my GitHub readme Ć°ĀĀĀ" - Akshit Garg
- "Static Readme Regeneration" - Aral Roca
- "How to Create a Self-Updating README.md for Your GitHub Profile" - Thomas Guibert
- "ƤĀøĀƦĀĀƧĀĀ©ĆØĀ½Ā¬githubƤĀøĀ»Ć©Ā”Āµ" - holic-x
Tutorials
- "Create Impressive GitHub Portfolio" - MTECHVIRAL
- "How To Create a Github Profile ReadMe" - James Q Quick
- "How to create a GitHub profile README" - Code With Confidence
- "How To Create A GitHub Profile README" - Program With Erik
- "Next Level GitHub Profile README" - codeSTACKr
Contribute
Contributions are always welcome! Please read the contribution guidelines first.
Special Thanks Ć°ĀĀĀ
- Zetao Zhuang for making the amazing site for this repo!
License
To the extent possible under law, Abhishek Naidu has waived all copyright and related or neighboring rights to this work.
Top Related Projects
:zap: Dynamically generated stats for your github readmes
š„ Stay motivated and show off your contribution streak! š Display your total contributions, current streak, and longest streak on your GitHub profile README
š Dynamic Coloful Image Render
It counts how many times your GitHub profile has been viewed. Free cloud micro-service.
š An infographics generator with 30+ plugins and 300+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!
š Generate GitHub profile README easily with the latest add-ons like visitors count, GitHub stats, etc using minimal UI.
Convert designs to code with AI
Introducing Visual Copilot: A new AI model to turn Figma designs to high quality code using your components.
Try Visual Copilot