SyedAbuTalib/Github-Stars ↗
Created Dec 28, 2020 · View the SyedAbuTalib/Github-Stars repository page
Saves time by listing all starred repos in one page
Want this for your repo?
Render a free sample of any GitHub repo in seconds.
Contributors
2
Lines of Code
113
From
Feb 14, 2020
To
Jul 1, 2020
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.
