Create a GitHub Profile README.md with widgets

I am a Front end developer currently working on React JS, HTML, CSS, Python, Vue JS, Webpack, Babel, AEM etc.
Search for a command to run...

I am a Front end developer currently working on React JS, HTML, CSS, Python, Vue JS, Webpack, Babel, AEM etc.
Are you planning to start your coding journey?. Then this is for you - a roadmap to help you achieve your goals.

7 ways in which you can add files to your commit using git add

As a website user, one would have come across links or buttons which say "Click to download" or "Download" on a website. Have you ever wondered how can you add one to your website?. Keep reading!!!. As part of this blog let us see how one can crea...

Display Hello World and custom message using two-way data binding

Build a random quote generator using an API - JavaScript

Kritika Pattalam Bharathkumar | Web Developer - The official blog of Kritika Pattalam Bharathkumar
22 posts
Front End Engineer | Writes about HTML, CSS, JavaScript and everything related to web development | Follow me on Twitter let's chat.
Ever since GitHub released the feature that allows users to add a profile level Readme to showcase their interests, bio, contributions etc., I have been wanting to add one to my GitHub profile . While I did that, I thought why not document this and what better way than a blog post.
Step 1: Go to https://github.com/ and on the top far right corner, click the + icon and click on New Repository.
Step 2: Enter the repository name. It should be same as your github username. In my case , my github username is kritika-pattalam so I entered that.
Step 3: Make sure you select the option public .(P.S Github profile will be available for others to view only if the repository is public.)
Step 4: Select Initialize this repository with a README.
Step 5: Click Create Repository

Your github profile readme file has been created with a dummy content for you to get started.

Markdown is a lightweight markup language that you can use to add formatting elements to plaintext text documents. It can be used to add anything to a readme file. Even though its a markup language it does not accept css classes, hence the plain old HTML attributes such as width for an image , align="center" for a paragraph tag can be used to align the layout. Read more about markdown Markdown cheatsheet
You can add the below code to your markdown file , replacing {username} with your github profile username. There are more options such as choosing your own themes, whether you want to show the icons or not. To know more about the options, you can refer Github Widgets
#### Github Stats
<img src="https://github-readme-stats.vercel.app/api?username={username}&show_icons=true&theme=gotham" alt="github stats" width="45%" align="right"/>
### Github Streaks
<img src="https://github-readme-streak-stats.herokuapp.com/?user=kritika-pattalam&theme=dark" width="48%" >
### Top Languages

If you have a stackoverflow account, adding this to your github profile to reflect your SO reputation is straightforward.
Step 1: Go to your stackoverflow account, and click on edit profile and settings. Step 2: Scroll down to Flair found under site settings. Step 3: Copy paste the code snippet to your readme file

Finally once you are done with all the changes, commit the readme.md file and you should be able to see your Readme.md github profile. You can see mine at Kritika's Github Profile .
Let me know your thoughts in the comments below. Feedback and suggestions are Welcome.!!!!
References:
Lets connect on Twitter | LinkedIn for more web development related chats.