|
1 | | -# WIP |
| 1 | +# GitRanks UI |
2 | 2 |
|
3 | | -https://gitranks.com/ |
| 3 | +[gitranks.com](https://gitranks.com) is the first web application that reveals **GitHub profile rankings** across three core dimensions: |
4 | 4 |
|
5 | | -## Small badge with user rank |
| 5 | +- ⭐ **Owned repositories** by total stars |
| 6 | +- 🧑💻 **Contributions** to external repositories |
| 7 | +- 🧲 **Followers** compared to other developers |
6 | 8 |
|
7 | | -```html |
8 | | -<img src="https://gitranks.com/api/badge/<GITHUB_LOGIN>?type=<WIDGET_TYPE>&template=small" /> |
9 | | -``` |
| 9 | +It was built to provide meaningful insights into a developer's impact on GitHub — going beyond simple contribution graphs and surfacing how you rank globally in each area. Whether you're an open-source maintainer, a prolific contributor, or growing your audience — **GitRanks gives your work the visibility it deserves**. |
10 | 10 |
|
11 | | -<img src="https://gitranks.com/api/badge/maslianok?rankingType=star&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=star&template=small&theme=dark" /> |
| 11 | +## 🎖️ Badges |
12 | 12 |
|
13 | | -<img src="https://gitranks.com/api/badge/maslianok?rankingType=contribution&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=contribution&template=small&theme=dark" /> |
| 13 | +Generate a GitHub badge for your profile at [gitranks.com/badge](https://gitranks.com/badge) and showcase your rank in stars, contributions, or followers — perfect for your README or portfolio. |
14 | 14 |
|
15 | | -<img src="https://gitranks.com/api/badge/maslianok?rankingType=follower&template=small" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=follower&template=small&theme=dark" /> |
| 15 | +## 🧰 Tech Stack |
16 | 16 |
|
17 | | -## Medium badge with user rank |
| 17 | +- ⚡ Next.js 15 |
| 18 | +- 🎨 Tailwind CSS |
| 19 | +- 🧱 Shadcn UI |
18 | 20 |
|
19 | | -```html |
20 | | -<img src="https://gitranks.com/api/badge/<GITHUB_LOGIN>?type=<WIDGET_TYPE>" /> |
21 | | -``` |
| 21 | +## 📂 Data |
22 | 22 |
|
23 | | -<img src="https://gitranks.com/api/badge/maslianok?rankingType=star" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=star&theme=dark" /> |
| 23 | +All the data used by GitRanks is publicly available on GitHub. |
| 24 | +If you're building something cool with GitHub data and want access to what we’ve collected — just reach out. I'm happy to share it for free. |
24 | 25 |
|
25 | | -<img src="https://gitranks.com/api/badge/maslianok?rankingType=contribution" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=contribution&theme=dark" /> |
26 | | - |
27 | | -<img src="https://gitranks.com/api/badge/maslianok?rankingType=follower" /> <img src="https://gitranks.com/api/badge/maslianok?rankingType=follower&theme=dark" /> |
| 26 | +## 🛠️ Contribution |
28 | 27 |
|
| 28 | +Spotted something weird or thought of a cool feature? Open an issue — GitRanks gets better with your input! |
0 commit comments