← Back to Home
Desarrollo5 min

How to Customize Your GitHub Profile with a README.md

C
Camilo Pinzon
March 29, 2025
How to Customize Your GitHub Profile with a README.md

If you want to stand out on GitHub and make your profile look more professional, you can add a README.md file to your profile repository. This allows you to showcase important information like your favorite technologies, featured projects, and social media links.


Step 1: Create Your Profile Repository

To enable this feature, follow these steps:

  1. Create a new repository on GitHub.
  2. Name the repository exactly as your GitHub username (e.g., camilopinzon).
  3. Check the option "Initialize this repository with a README".


Step 2: Edit the README.md

Once the repository is created, edit the README.md file and add engaging content. You can include:

  1. A short introduction about yourself.
  2. Technologies you specialize in.
  3. GitHub stats.
  4. Links to social media and your website.


Example README.md:

### Hi, I'm Camilo Pinzón 👋

🚀 **Front-End Developer | React | JavaScript | TypeScript**

I'm a passionate **front-end developer** specializing in **React, TypeScript, and SASS**.

📌 **Looking for:** New projects and a long-term opportunity.
🎯 **Goal:** Build impactful and scalable web applications.

---

### 🛠️ Tech Stack
![JavaScript](https://img.shields.io/badge/-JavaScript-F7DF1E?style=flat-square&logo=javascript&logoColor=black)
![React](https://img.shields.io/badge/-React-61DAFB?style=flat-square&logo=react&logoColor=black)
![TypeScript](https://img.shields.io/badge/-TypeScript-3178C6?style=flat-square&logo=typescript&logoColor=white)

---

📫 **Let's connect:**
[![Website](https://img.shields.io/badge/-Website-000?style=flat-square&logo=vercel&logoColor=white)](https://camilopinzon.netlify.app/)
[![Instagram](https://img.shields.io/badge/-Instagram-E4405F?style=flat-square&logo=instagram&logoColor=white)](https://www.instagram.com/camilopinzon_developer)


Step 3: Make It Attractive with Badges & Stats

You can add badges and even include your GitHub stats using:

![GitHub Stats](https://github-readme-stats.vercel.app/api?username=camilopinzon&show_icons=true&theme=radical)