Skip to content

Conversation

Rishika3D
Copy link

Description

Added a new GithubCalendar component to display the GitHub contribution graph using the react-github-calendar library. The calendar is styled with a custom purple theme and fully supports both light and dark modes.

The component is reusable and takes an isDark prop to dynamically adjust the styling. It improves the portfolio’s ability to reflect open source engagement visually.

Fixes #793


Motivation

As someone actively beginning my open source journey, I wanted a clean, visually appealing way to show GitHub contribution activity directly on the portfolio. This addition allows developers to reflect their consistency and OSS involvement — which is valuable for personal branding and resumes.


Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Dependencies Added


Usage

To use the component, import it and pass isDark as a prop:

import GithubCalendar from "./components/GithubCalendar/GithubCalendar";

<GithubCalendar isDark={isDark} />

Copy link

vercel bot commented Jun 30, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
developer-folio ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 30, 2025 8:18am

@Rishika3D
Copy link
Author

@saadpasta Hey! This PR is ready and waiting for workflow approval + review. Would be super grateful if you could take a look when you get the chance 🙌
Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

github-activity
1 participant