Inspiration
Assessing the various repository available in an open source program is quite time consuming, so to make process of searching for the right repo a little faster.
What it does
RepoReport is a powerful tool designed to provide valuable insights about any GitHub repository at a glance. It aims to help developers and open-source enthusiasts evaluate the beginner-friendliness of a GitHub repository and assess the project maintainers' activity. With RepoReport, you can quickly access crucial statistics, including stars, releases, pull requests, issues, and the number of good first issue labels. Furthermore, RepoReport allows you to view the repository's README file, enabling you to make informed decisions while participating in open-source programs.
How we built it
Tech Stack
- Frontend: HTML | CSS | JAVASCRIPT | BOOSTRAP |
- To get github repository stats: GITHUB GRAPHQL API
Challenges we ran into
- Using graphql api for the first time.
- Readme to display should be in the markdown
- Time management
- Trying to make a good UI
Accomplishments that we're proud of
- Could make an impactful and useful project
- Managing tasks while working alone
What we learned
- Using Graphql API
- Proper Planning while working alone
What's next for RepoReport
- Would like to add an AI generated insights about the stats shown which will further help a contributor.


Log in or sign up for Devpost to join the conversation.