Skip to content

feat: add repository growth analytics dashboard#620

Open
arpit2006 wants to merge 3 commits into
GitMetricsLab:mainfrom
arpit2006:feat/repo-tracker
Open

feat: add repository growth analytics dashboard#620
arpit2006 wants to merge 3 commits into
GitMetricsLab:mainfrom
arpit2006:feat/repo-tracker

Conversation

@arpit2006
Copy link
Copy Markdown
Contributor

@arpit2006 arpit2006 commented May 30, 2026

Related Issue


Description

Implemented a Repository Growth Analytics Dashboard to provide deeper insights into GitHub repository activity and growth trends through interactive visualizations and analytics components.

Features Added

  • 📈 Repository Growth Timeline to visualize repository evolution over time.

  • 🔥 Commit Activity Trends using charts for weekly/monthly activity analysis.

  • 🧠 Contribution Frequency Analytics to highlight contributor engagement patterns.

  • 💻 Language Usage Analytics displaying technology distribution across repositories.

  • ⭐ Star & Fork Growth tracking repository popularity metrics.

  • 📊 Repository Statistics Cards displaying:

    • Total Repositories
    • Total Stars
    • Total Forks
    • Most Used Language
    • Total Contributions

Benefits

  • Provides actionable repository insights instead of static information.
  • Improves user understanding of repository growth and activity patterns.
  • Enhances the overall GitHub analytics and visualization experience.
  • Offers a more engaging and data-driven dashboard interface.

How Has This Been Tested?

  • Verified analytics data rendering with GitHub API responses.
  • Tested charts and statistics components across multiple repositories.
  • Validated responsive behavior on desktop and mobile devices.
  • Confirmed accurate calculation of repository statistics and language distributions.
  • Performed manual UI testing for analytics dashboard interactions.

Screenshots (if applicable)

repo1 repo2

Type of Change

  • Bug fix
  • New feature
  • Code style update
  • Breaking change
  • Documentation update

Summary by CodeRabbit

  • New Features
    • Added Repository Analytics Dashboard with comprehensive repository metrics and visualizations.
    • Added "Repo Tracker" tab featuring repository growth timeline, language distribution, commit activity, and top repositories by stars and forks.
    • Integrated repository analytics fetching to display aggregated metrics including total repositories, stars, forks, and contribution data.
    • Implemented themed styling with CSS variables for consistent UI appearance.

Review Change Stack

@netlify
Copy link
Copy Markdown

netlify Bot commented May 30, 2026

Deploy Preview for github-spy ready!

Name Link
🔨 Latest commit 0d4ffaa
🔍 Latest deploy log https://app.netlify.com/projects/github-spy/deploys/6a1b2e2b0c6f0b000996b6da
😎 Deploy Preview https://deploy-preview-620--github-spy.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 30, 2026

Note

Currently processing new changes in this PR. This may take a few minutes, please wait...

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 6f94a815-32ec-4c59-b34e-7f2fd5effed5

📥 Commits

Reviewing files that changed from the base of the PR and between e7b8fc8 and 0d4ffaa.

📒 Files selected for processing (4)
  • src/components/RepositoryAnalyticsDashboard.tsx
  • src/hooks/useGitHubData.ts
  • src/index.css
  • src/pages/Tracker/Tracker.tsx
 ____________________________________________________________________________________________________________________________
< Developing tolerance for imperfection is the key factor in turning chronic starters into consistent finishers. - Jon Acuff >
 ----------------------------------------------------------------------------------------------------------------------------
  \
   \   (\__/)
       (•ㅅ•)
       /   づ
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@arpit2006 arpit2006 force-pushed the feat/repo-tracker branch from 67dcda8 to 13e94f8 Compare May 30, 2026 09:29
@arpit2006
Copy link
Copy Markdown
Contributor Author

@mehul-m-prajapati, Requesting Review.

Implemented the Repository Growth Analytics Dashboard with interactive repository insights, analytics visualizations, and statistics cards. The feature provides a more data-driven view of repository activity, contribution trends, language usage, and growth metrics.

Please take a look when you get a chance. Happy to make any requested changes or improvements.

@arpit2006 arpit2006 changed the title Feat/repo tracker feat: add repository growth analytics dashboard May 30, 2026
@mehul-m-prajapati
Copy link
Copy Markdown
Collaborator

mehul-m-prajapati commented May 30, 2026

@arpit2006 : design and colors don't match the existing theme
Capture

font size too big, pie chart label out of alignment

@arpit2006
Copy link
Copy Markdown
Contributor Author

@mehul-m-prajapati, Thank you for the review. I will address the suggested changes and update the PR shortly.

@arpit2006
Copy link
Copy Markdown
Contributor Author

arpit2006 commented May 30, 2026

@mehul-m-prajapati ,Here are the changes please review this!


re2 re1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEATURE]: Add Repository Growth Analytics

2 participants