matthewbub / matthewbub/calendar-widgets
Create React component to display sorted list of contributors
Open
@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/docsdirectory 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/docsdirectory titledcontributors.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:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.