Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/add contributors section #12

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dhanushd-27
Copy link
Contributor

Description

The task was to implement a Contributions section in a Next.js project using MDX (Markdown with embedded JSX) for flexible content management.

Implementation Details

I created an MDX file to store the Contributions content, where I directly used ShadCN Card and Avatar components inside the MDX for structured layouts and contributor profile pictures. To render the content dynamically, I used Velite to convert the MDX into JSON. Then, I fetched and displayed this JSON in the Next.js app. I made sure the Contributions section blended well with the existing UI by applying some custom styling. Finally, I tested everything locally to ensure the components and content were rendered correctly.

Testing

[Describe the testing that you performed to ensure that the feature is working as expected and does not introduce any new issues. This should include any automated tests as well as any manual testing you conducted.]

Screenshots / Demo

Screenshot 2025-02-10 at 01 15 11 Screenshot 2025-02-10 at 01 15 27

Checklist

Please confirm that you have completed the following:

  • I have tested the feature thoroughly.
  • I have provided a clear and concise description of the feature implementation.
  • I have followed the code style and formatting guidelines.
  • I have added any necessary documentation or comments.
  • I have updated any relevant tests or test cases.

Check only those which are applicable.

Documentation Updated?

  • If your feature adds a new API, then documentation related to the feature like API-Contracts, and Data-models must be updated.

Breaking Changes

  • If your feature introduces breaking changes or if something is missing, please mention the related issue tickets.

Development Tested?

  • Confirm whether the changes have been tested locally during development.

Tested in Staging?

  • Indicate whether the changes have been tested in the staging environment.

Under Feature Flag

  • Specify if the changes are currently under a feature flag.

Database Changes

  • Indicate whether the changes include modifications to the database.

Issue ID

Closes #11

Sorry, something went wrong.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
@dhanushd-27
Copy link
Contributor Author

@SkidGod4444 Please review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

💡 [FEATURE]: add contributors section
1 participant