Hello there, I'm Andy! π This is a basic guide to create your GitHub portfolio for beginner.
ππ» Beginners in IT or whoever looking to showcase samples of work, or projects.
ππ» Build your digital resume to demonstrate your technical skills.
ππ» A fun and visualized way to track of your projects.
I'm using Github while studying in University a lot, but don't know how to maximize the benefit of make it as my porfolio. I didn't understand how it worked and ended up leaving it aside.
However, since nearly at the end of my 2nd Bachelor (2024), I've become quite obsessed with writing in Markdowns π and have learned how to use it.
Now, I'm excited to share this knowledge with everyone. π
- How to Build your GitHub Profile like a Pro?
- What to write on your GitHub Profile?
- How to Customize your MarkDown files?
- How to Fork / Clone a Repository (or clone this repository π€ͺ) ?
π Repository (or repo): Fancy word for a folder. Think of it as your digital junk drawer, but way more organized. Each repo holds one project, so feel free to hoard as many as you likeβno judgment!
π README.md: The repoβs welcome mat. Itβs the first thing people see, so itβs your chance to dazzle them with a project summary, witty intro, or even your favorite dad jokes.
π Fork: The "Ctrl+C, Ctrl+V" of GitHub. You can copy someoneβs repo, mess around with it, and pretend you're a genius coder. Don't worry, your edits stay in your sandboxβno repo owner rage here!
Oh, and guess what? You donβt need to download GitHub Desktop to get started. Your browser is all set to be your sidekick. No capes required. π
Do you want to make the impresss porfolio like mine?
Follow these below simple steps:
The file format for the profile is Markdown (.md). By default, the name of the file is README.md, so you can leave it as it is.
Now, start writing your profile! π Once you're done, scroll up and click Commit changes.
Best practice : input the time when you commit the changes or with reason of changes for easy to remind later on.
Want to create an eye-catching profile? Hereβs what you can include:
π A short & sweet introduction β Let the world know who you are!
π Your skills β Show off your expertise in data analysis, SQL, Python, Tableau, web development, and more.
π Cool extras β Add visitor counters, clickable icons, and other fancy features. (You might need to do a bit of research to make the magic happen! β¨)
π Your top projects β Highlight the work youβre most proud of.
For more inspiration, check out these resources:
π GitHub's guide on managing your profile README β A step-by-step guide to building your profile.
π Awesome GitHub Profile README β A collection of incredible GitHub profiles to spark your creativity!
GitHubβs Markdown guides are as user-friendly as they come! Here are some top-notch resources to help you style your Markdown files like a pro:
π Basic Writing and Formatting Syntax: Learn how to customize Markdown files with GitHub's comprehensive guide.
π Organizing Information with Tables: Want neat tables? This guide has your back!
π Creating and Highlighting Code Blocks: Perfect for showcasing your SQL, Python, or other code snippets in style.
Bonus tip: Sprinkle some personality into your Markdown with emojis! πππ»πππ€
- πͺ Windows: Press Windows logo key + . (period)
- π₯οΈ Mac: Press Control + Command + Spacebar
Letβs say you stumble upon an awesome repo, and youβre thinking, "Whoa! How did they add those slick icons, a Twitter button, and all the cool stuff?" π€β¨
No worriesβGitHub lets you peek behind the curtain!
Just check out their README.md file or other Markdown files in the repo.
Click on the file, hit the "Raw" button, and boomβyouβll see the magic behind the formatting.
Want to try it yourself? Look for Markdown tricks like:
- π Shields.io badges for fancy icons
- π HTML snippets for buttons (yep, Markdown supports HTML!)
- π¦ Twitter embeds for social links
Now go forth and reverse-engineer like a pro! π₯π