How to Build creative ReadME for your Github Profile - codewithgauri

gaurav pandey
3 min readNov 23, 2020

--

If you regularly use Github and watch others profile, so you might have noticed, that some people have some Attractive stats, Tools logos in their profiles.

So through this post, i am going to share some cool stuff for your Github profile with you.

For DEMO you can check my Github Profile here.

Or you can read other opensource related. blogs here — Codewithgauri

How to Build creative ReadME for your Github Profile

So basically this is easy but you probably would not find it by your own. for this you need to create a simple Github repository. https://github.com/new

- Directly go here to https://github.com/new to create new repository.

Name the repository with your Github username like in my case :

codewithgauri/codewithgauri

As soon as you type it in, you will see a message like this:

You found a secret! codewithgauri/codewithgauri is a ✨special ✨ repository that you can use to add a README.md to your GitHub profile. Make sure it’s public and initialize it with a README to get started.

Click on Public and initialize this repository with: README file.

Editing the README.md file

Now after creating repository now it’s time to create some cool stuff for profile by editing this README.md file

Now go to this awesome website Github Profile README generator

Now fill the appropriate details also add your Github repository links.

Feature Your Skills

You can also select your respective skill sets to feature them to your profile.

After all of these click Generate README and you will get something like this

Click on the Download markdown option and Open that Readme.md file in Vscode or you can also use some Online editor like dillinger.io, Meditor.md etc.

And you will se something like this:

Showcase Your Repo stats

Now we have an amazing tool for you GitHub Readme Stats is a tool that allows you to generate realtime GitHub stats for your contributions and repositories. Sounds pretty cool nah?

For this open GitHub Readme Stats and scroll down to Themes

And copy the following code, And replace USERNAME with your github username in order to scrap the stats.

![NAME github stats](https://github-readme-stats.vercel.app/apiusername=USERNAME&show_icons=true&theme=radical)

Also you can choose your favourite theme by replacing.

theme=radical

Append this to bottom of your README.md.

Now Push this file to that repository or just simply copy paste this code to Github Readme.md

Your Profile should now be looking like this.

HURRAY kudos to you!! have done something awesome.

For DEMO you can check my Github Profile here.

Also you can read more articles by me here www.blog.codewithgauri.tech

--

--

gaurav pandey
gaurav pandey

Written by gaurav pandey

0 Followers

Hello i am gaurav and sometimes i write blogs at blog.codewithgauri.tech

No responses yet