Creating and Designing a GitHub Readme Profile

GitHub is an open source that can serve as a project portfolio, or a team collaboration platform or a platform to showcase your open source projects.

Having a good GitHub profile page would be a good start.

I have simplified the best ways to create a unique and simple GitHub profile page.

To begin;

Create an account here , if you have an account you can just login into your account.

Next create your profile and a ReadMe Profile

Here is a step by step Guide to creating your GitHub ReadMe Profile

  1. Create a new repository, make the repository public

    (Ensure the name of your repository is same with your GitHub profile name)

  2. Edit your repository and add your details visit here for more reference

Create a GitHub Header For Your Profile Readme

Click here to generate and download

Create a GitHub Stats For Your Profile Readme

GitHub Stats Card

# Remove " " after adding your GitHub name
 [![GitHub stats](https://github-readme-stats.vercel.app/api?username="insert your github_name here")](add your GitHub readme profile link here)

GitHub Stats Card With Icons

## Remove " " after adding your GitHub name

[![GitHub stats](https://github-readme-stats.vercel.app/api?username="insert your github_name here"&show_icons=true)](add your GitHub readme profile link here)

GitHub Stats Card Top Languages Card

## Remove " " after adding your GitHub name

[![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username="insert your github_name here")](add your GitHub readme profile link here)

Click here for more reference

Adding Fancy Icon Buttons To Your Readme Profile

Fancy GitHub Icons Click Here For More Reference

Adding Emoji's To Your GitHub Readme Profile

Click Here For More Reference

Have a wonderful time with designing your beautiful GitHub ReadMe profile.