DEV Community

Cover image for Contribution Showcase
Madhav Majumdar
Madhav Majumdar

Posted on

Contribution Showcase

This is a submission for the DEV Weekend Challenge: Community

The Community

I love open source software and projects, and this weekend challenge was a great way to build something useful for contributors while contributiong to OSS.

What I Built

I built Contribution Showcase, a web app that helps developers to present and showcase their GitHub activity.

The app lets users:

Fetch merged PRs, issues, and reviews from GitHub
Sort results by date or repository
Switch between different UI formats (link-based and table views, etc. will be add in future)
Export contribution data as JSON
Copy the contribution output as Markdown.

Demo

https://contribution-showcase.vercel.app/

Code

https://github.com/madhav2348/contribution_showcase

How I Built It

I built this project using:

React
Vite
GitHub API to fetch PRs, issues, and reviews
CSS for styling and

Top comments (0)