This is a user-friendly web application that provides insightful statistics and information about GitHub repositories and user activity.
I decided to develop this app as part of my ALX Software Engineering Foundation portfolio project because of my interest in knowing the statistics associated with one's github account
GitHub Stats Web Service will empower developers with data-driven insights on GitHub repositories.
- GitHub Account Stats: Display basic information about the GitHub user, such as their username, avatar, follower count, and the number of repositories.
- Repository Listing: Show a list of repositories owned by the user, along with relevant details like the number of stars, forks, and the primary language used.
- Commit History: Display the recent commits made by the user, including commit messages, commit date, and linked repository.
- Pull Requests and Issues: Show statistics related to open and closed pull requests and issues for the user's repositories.
- GitHub Activity Overview: Provide an overview of the user's GitHub activity through graphs or charts, showing trends over time.
This application will continue to be updated with more features in order to serve the very purpose it was developed