matthewbub / matthewbub/calendar-widgets

Create React component to display sorted list of contributors

Open
#145 3 comments 0 reactions 1 assignee View on GitHub

@matthewbub is already working on this.

Since May 1, 2023.

docusaurus enhancement help wanted no PRs
Dominant language
TypeScript
Stars
4
Forks
11
PR merge metrics
No merged PRs in 30d

Description

Basically, we need to send an HTTP request to https://api.github.com/repos/9mbs/calendar-widgets/contributors and use that data to create an unordered list via a new React component. We'll display that component in the contributors.mdx page so visitors can see all the awesome folks who've contributed to this project.

Requirements

  • Create a React component in the workspaces/docs directory that will display a sorted list of contributors for this repo
  • Styles should be consistent with the Docusaurus theme of the website
  • Add the component to a new document in the workspaces/docs directory titled contributors.mdx
  • The list of contributors should be sorted by number of commits, from greatest to least.
  • For each contributor, their GitHub username should be included and wrapped in a link that redirects to their GitHub profile.
  • The component should be viewable at the following URL: https://calendar-widgets.com/contributors
  • The component should not throw any errors or warnings

Mocks:
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.