The roadmap lists "Trending repos/orgs" as a planned feature. This can be implemented now using GitHub's Search API:
GET /search/repositories?q=created:>YYYY-MM-DD&sort=stars&order=desc
Show a horizontal carousel or featured section above the main repo grid with repos that gained the most stars in the last week/month. Include a "This week" / "This month" toggle.
The roadmap lists "Trending repos/orgs" as a planned feature. This can be implemented now using GitHub's Search API:
GET /search/repositories?q=created:>YYYY-MM-DD&sort=stars&order=desc
Show a horizontal carousel or featured section above the main repo grid with repos that gained the most stars in the last week/month. Include a "This week" / "This month" toggle.