Skip to content

Create Contributors Page #4

@CipherYuvraj

Description

@CipherYuvraj

Create a dedicated Contributors page that showcases all project contributors, their contributions, and provides recognition for community members.

🎯 Requirements

  • Create new Contributors page component
  • Fetch contributor data from GitHub API
  • Display contributor profiles with avatars and contribution stats
  • Add contribution categories (Code, Documentation, Design, etc.)
  • Include link to contribution guidelines
  • Add "Become a Contributor" call-to-action section

✅ Acceptance Criteria

  • New /contributors route created
  • GitHub API integration to fetch contributor data
  • Responsive grid layout for contributor cards
  • Contributor avatars and basic stats displayed
  • Contribution types/categories shown
  • Links to individual GitHub profiles
  • "How to Contribute" section with links to issues
  • Loading states and error handling implemented

🛠️ Technical Details

// GitHub API endpoint:
https://api.github.com/repos/CipherYuvraj/Algorithm-Visualizer-Platform/contributors

// Component structure:
<ContributorsPage>
  <ContributorGrid>
    <ContributorCard />
  </ContributorGrid>
  <HowToContribute />
</ContributorsPage>

📚 Helpful Resources


Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions