Building GitHub Profile Day151
Table of contents
- 1. GitHub Profile
- 2. New Repository
- 3. Readme.md
- 4. Github Statistics
- 5. Github Profile Generator
- 6. Github Profile Show views Generator
- 7. Show most used languages
- 8. GitHub streak stats
- 9. GitHub icon
- 10. GitHub readme Generator
- Conclusion
- Code
- Source: GitHub Profile Readme[Link][Link][Link]
- Author: Dheeraj.y
- Connect with me:
Today #Day151 of #365DaysOfCode, I am Building my GitHub profile.
1. GitHub Profile
Create a GitHub Profile.
2. New Repository
Create a new repository with the same name (including casing) as your GitHub username
3. Readme.md
Editing Readme.md
4. Github Statistics
Change the ?username=
value to your GitHub username. [Link]
[![username's GitHub stats](https://github-readme-stats.vercel.app/api?username=@yourusername)]
You can add the count of all your private contributions to the total commits count by using the query parameter &count_private=true
.
![username's GitHub stats](https://github-readme-stats.vercel.app/api?username=@yourusername&count_private=true)
To enable icons, you can pass &show_icons=true
in the query param, like so:
![username's GitHub stats](https://github-readme-stats.vercel.app/api?username=@yourusername&show_icons=true)
5. Github Profile Generator
Follow this link to generate a profile in GitHub [Link]
6. Github Profile Show views Generator
![Profile views](https://gpvc.arturio.dev/dh)
7. Show most used languages
![Top Langs](https://github-readme-stats.vercel.app/api/top-langs/?username=@yourusername)
8. GitHub streak stats
![GitHub streak stats](https://streak-stats.demolab.com/?user=@yourusername)
9. GitHub icon
[<img src='https://cdn.jsdelivr.net/npm/simple-icons@3.0.1/icons/github.svg' alt='github' height='40'>](https://github.com/@yourusername)
10. GitHub readme Generator
You can follow this site to completely generate a GitHub readme [Link]
Conclusion
I have Successfully built my GitHub profile.
Code
code
i
preview
i