Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • jQuery
  • AngularJS
  • ReactJS
  • Next.js
  • React Native
  • NodeJS
  • Express.js
  • MongoDB
  • MERN Stack
  • PHP
  • WordPress
  • Bootstrap
  • Tailwind
  • CSS Frameworks
  • JS Frameworks
  • Web Development
Open In App
Next Article:
How to Add a README To Your GitHub Profile
Next article icon

How to Add a README To Your GitHub Profile

Last Updated : 15 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Creating a README for your GitHub profile is an excellent way to showcase your projects, skills, and personality to potential employers, collaborators, and the open-source community. A well-crafted README can make your profile stand out and provide valuable information at a glance.

In this guide, we'll walk you through the process of adding a README to your GitHub profile.

What is a GitHub Profile README?

A GitHub Profile README is a special markdown file that you can add to your GitHub profile to give visitors an overview of who you are and what you do. It appears prominently at the top of your profile page and can include information such as your bio, projects, skills, contact information, and more.

Why Add a README to Your GitHub Profile?

  1. Showcase Your Skills: Highlight your key skills, programming languages, and technologies you are proficient in.
  2. Highlight Your Projects: Display your top projects, providing links and brief descriptions.
  3. Professional Branding: Create a professional online presence that can attract potential employers or collaborators.
  4. Personal Touch: Add a personal touch to your profile, making it more engaging and relatable.

Step-by-Step Guide to Adding a README to Your GitHub Profile

Step 1: Create a New Repository

  • Log in to GitHub: Go to GitHub.com and log in to your account.

  • Leave the repo as a Public repo (by default).
  • Also, make sure to initialize it with a README to get started.

Step 2: Add some content to your README.

  • You can list all your projects, websites, social media links, and many more things to it.
  • You can use markdown formatting (https://guides.github.com/features/mastering-markdown/ ) to style the text or add images/links.
  • GitHub also gives some suggestions to get started:

Step 3: Commit Your Changes

Commit the changes to add a ReadMe to your GitHub Account.

Adding other interesting stuff to you README!

You can even add Github Readme Stats, Github Extra Pins, and GitHub Profile View Counter in your README.

Adding Github Stats Card

Github readme stats allows you to simply add a markdown image link and it will show you realtime stats for your GitHub account.

Usage:

Copy and paste this line into your markdown content and change the '?username= value' to your GitHubs's username

![Github stats](https://github-readme-stats.vercel.app/api?username=yourGithubUsername)

Preview:

Adding Github Extra Pins

Github extra pins allow you to pin more than 6 repositories in your profile by using the GitHub readme profile.

Usage:

Copy-paste this code into your readme and change the username and repo.

![ReadMe Card](https://github-readme-stats.vercel.app/api/pin/?username=YourUsername&repo=YourRepositoryName)

Preview:

Adding GitHub Profile View Counter

You can track Github profile views and display them in your profile readme.

Usage:

  • Copy this workflow to your Pipedream account (https://pipedream.com/@/p_G6CNmN/edit?copy=true ) 
  • Add the Profile views counter-image to your Github Readme (use your Pipedream endpoint URL)
    ![counter](https://[YourEndpoint].m.pipedream.net)

Preview:

Your profile views will be counted and displayed:

Finally, commit all your changes and view your cool Github profile.


Next Article
How to Add a README To Your GitHub Profile

Y

yuvraj_chandra
Improve
Article Tags :
  • GBlog
  • Web Technologies
  • Git
  • How To

Similar Reads

    How to Add Images to README.md on GitHub?
    Adding images to README.md on GitHub is a good practice to keep the individual user's readme effective & interactive, plus it also helps dictate the project admins better in what issues we are solving by displaying an image. In this article, we will learn how to add images to README.md in GitHub
    3 min read
    How to Add SSH Key to Your GitHub Account?
    An SSH (Secure Shell) key is a pair of cryptographic keys used for authenticating and securing network communications over the SSH protocol. SSH keys are commonly used to securely access remote systems, transfer files, and execute commands on remote machines without passwords. Components of an SSH K
    3 min read
    How to Add Github to Linkedin?
    Adding a GitHub profile to LinkedIn is a great way to showcase our coding projects, contributions, and technical skills. This can enhance our LinkedIn profile by providing potential employers and professional connections with direct access to our work. There are multiple ways to add your GitHub to L
    2 min read
    How to Embed a Video Into GitHub README.md?
    GitHub README.md files are written in Markdown, which does not support direct video embedding. However, we can embed videos using the GitHub Repository and create links to YouTube videos with an embedded image that acts as a thumbnail. There are several approaches to embedding video into GitHub READ
    2 min read
    How to Add Videos on README .md File in a GitHub Repository?
    Git is known as the free and open-source distributed version control system that is specially made to handle everything from small to very large projects. GitHub is a highly used software that is used for version control. When working in a team where we have more than one developer, this software co
    3 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences