Home

Awesome

<div align="center">

How to Create a GitHub Profile

Written by Amar Panjwani <br> Technical Writer

<!-- Delete below for publication --> <div align="center" id="socialbuttons">

Portfolio Badge <br> LinkedIn Badge <br> Stars Forks <br> Version

If you find this tutorial helpful, please consider giving it a :star:

</div> </div>

Final profile preview

<br> Creating a GitHub profile is a great way to show visitors what you're all about as a developer - what languages and frameworks you know, types of work you are interested in, and general background information. <br><br> In this guide, we'll cover how to create a repository that doubles as a profile and how to add advanced tools that display cool statistics about your coding history and habits.

Create a Profile Repository

To make a GitHub profile, you must first create a repository with the same name as your GitHub username.

1. Create a new repository

In the upper-right hand corner of the GitHub dashboard: <br>

New Repository

<br>

2. Add the details for the new repository

Create new repository

3. View your new default profile

Created profile

Default new created profile

4. Edit your new profile

Edit Profile

Preview Edits

5. View your new profile

In the upper-right hand corner of the GitHub dashboard: <br>

View New Profile

Advanced Coding Statistic Add-ons

You can also choose to add from a variety of add-on tools that display insightful and interesting statistics about your coding history and habits.<br>

<!-- Convert note to Hugo-type for publication -->

Note: Make sure to replace <your-github-username> with your own GitHub username when using the following code snippets and then delete the angle brackets <>.

<!-- {{< note >}} Take care to replace `<your-github-username>` with your own GitHub username when using the following code snippets and then delete the angle brackets `<>`. {{< /note >}} -->

Activity

Displays total stars, commits, pull requests, etc. <br>

Activity

<br>

[![Activity](https://github-readme-stats.vercel.app/api?username=<your-github-username>&count_private=true&show_icons=true&include_all_commits=true&theme=vue-dark&custom_title=Activity)](https://github.com/anuraghazra/github-readme-stats)

<!-- ### Commits Graph A simple graph displaying your daily commits over the last 30 days <br> <img src="https://activity-graph.herokuapp.com/graph?username=amarpan&bg_color=1c1917&color=ffffff&line=0891b2&point=ffffff&area_color=1c1917&area=true&hide_border=true&custom_title=GitHub%20Commits%20Graph" alt="GitHub Commits Graph" /> <br> `<img src="https://activity-graph.herokuapp.com/graph?username=<your-github-username>&bg_color=1c1917&color=ffffff&line=0891b2&point=ffffff&area_color=1c1917&area=true&hide_border=true&custom_title=GitHub%20Commits%20Graph" alt="GitHub Commits Graph" />` -->

Top Languages

Lists your most frequently coded in languages by percentage <br>

Top Languages <br> [![Top Languages](https://github-readme-stats.vercel.app/api/top-langs/?username=<your-github-username>&theme=vue-dark&custom_title=Languages&layout=compact)](https://github.com/anuraghazra/github-readme-stats)

Repository Highlight

Displays a single repository (just as it would look underneath your GitHub profile) <br> <a href="https://github.com/amarpan/simon-memory-game"><img align="center" src="https://github-readme-stats.vercel.app/api/pin/?username=amarpan&repo=simon-memory-game&theme=vue-dark" /></a> <br> <a href="https://github.com/<your-github-username>/<repository-name>"><img align="center" style="margin:20px" src="https://github-readme-stats.vercel.app/api/pin/?username=<your-github-username>&repo=<repo-name>&theme=vue-dark" /></a>

Streak Counter

Lists your current and longest streak of making at least one daily GitHub commit <br> GitHub Streak Counter <br> [![GitHub Streak Counter](https://github-readme-streak-stats.herokuapp.com/?user=<your-github-username>&theme=vue-dark)](https://git.io/streak-stats)

Visitor Counter

A running counter of how many times your GitHub profile has been visited <br>

<!-- ![Visitor Counter](https://visitor-badge.glitch.me/badge?page_id=amarpan.amarpan) -->

Visitor Counter <br> ![Visitor Counter](https://visitor-badge.laobi.icu/badge?page_id=<your-github-username>.<your-github-username>)

<div align="center">

***If you found this tutorial helpful, please consider giving it a :star:

Copyright :copyright: 2021-2022

How to Write a Coding Bootcamp README

How to Change Z Shell Themes

How to Use the Command Line Vim Editor