github.com/SyedAbuTalib/Github-Stars ↗
Saves time by listing all starred repos in one page
Open this visualization on its own page →
Contributors
2
Lines of Code
113
From
2020-02-14
To
2020-07-01
About SyedAbuTalib/Github-Stars
Github Stars is a web application built with Ruby and Sinatra that solves a frustration with GitHub's interface. GitHub's default behavior limits the display of starred repositories to 30 per page, which forces users with large numbers of starred repos to navigate through multiple pages. This app aggregates all of a user's starred repositories and displays them on a single page instead.
The application significantly reduces the time needed to browse through starred repositories. For a user with over 350 starred repos, the app cuts browsing time from 53 seconds down to 11 seconds—about 20 percent of the original time required. Users can simply run the Sinatra server locally after installing dependencies with bundler, then access the application through their browser to view all their starred repositories at once.