Create React component to display sorted list of contributors #145
Labels
docusaurus
Related to the Docusaurus Framework
enhancement
New feature or request
help wanted
Extra attention is needed
no PRs
Not accepting PRs for this issue
Milestone
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
workspaces/docs
directory that will display a sorted list of contributors for this repoworkspaces/docs
directory titledcontributors.mdx
Mocks:
![image](https://user-images.githubusercontent.com/53072963/235485620-684866cb-293b-45ed-8a55-a9f646ef1c9d.png)
The text was updated successfully, but these errors were encountered: