IndoGitHubers is an application that displays the GitHub rank of users in Indonesia. It provides detailed information about each user, including their number of followers and contributions. The IndoGitHubers app fetches data from the GitHub API and displays it in a user-friendly format. The app allows users to sort the list of users by different criteria and search for specific users.
Check out the GitHub users who are standing out with the IndoGitHubers-badge on their public profiles:
To install the IndoGitHubers app, you can either clone the repository and run it locally, or you can visit the live version of the app hosted on Vercel at https://indogithubers.vercel.app/.
If you choose to run it locally, follow these steps:
git clone https://github.com/depapp/indogithubers.git
cd indogithubers
pnpm install
pnpm run dev
If you'd like to contribute to the IndoGitHubers app, you can fork the repository, make your changes, and submit a pull request. Please make sure to follow the existing code style and add tests for any new functionality.