πAn open source project that helps developers make their first pull request and contribute to open source projects. ππ― Developers can contribute by sharing what they want to do before they die. π‘π
Problem:
When a user clicks on a masonry box, we want to display the contributor's name and GitHub profile, making it clickable and directing to the user's GitHub profile.
Currently, when a user clicks on an image, only the text describing their life goal is displayed. We want to enhance this by displaying the contributor's image and name, making it easier for viewers to see who wrote the text and access their GitHub account. Contributors are encouraged to add neat CSS designs or enhancements as they see fit.
Solution:
To address this issue, the contributor should work within the MasonryBox.jsx file. Additionally, they will need to refine the process of fetching the contributor's GitHub avatar and link from the MasonryLayout.jsx file.
Consider including a small GitHub emblem for additional UI enhancement. The primary objective is to enable viewers to identify the author of the text below the Before I Die code and click on their image and/or name to be directed to their GitHub profile.
Problem: When a user clicks on a masonry box, we want to display the contributor's name and GitHub profile, making it clickable and directing to the user's GitHub profile.
Currently, when a user clicks on an image, only the text describing their life goal is displayed. We want to enhance this by displaying the contributor's image and name, making it easier for viewers to see who wrote the text and access their GitHub account. Contributors are encouraged to add neat CSS designs or enhancements as they see fit.
Solution: To address this issue, the contributor should work within the MasonryBox.jsx file. Additionally, they will need to refine the process of fetching the contributor's GitHub avatar and link from the MasonryLayout.jsx file. Consider including a small GitHub emblem for additional UI enhancement. The primary objective is to enable viewers to identify the author of the text below the Before I Die code and click on their image and/or name to be directed to their GitHub profile.