π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. π‘π
We need to implement a new button on the home page that directs users to the Contributors page. Currently, users can only access this page by manually entering the URL https://before-i-die-achievements.vercel.app/Contributors.
Task Details
This issue is open to anyone interested in contributing to the project's UI. We suggest placing the new button near the existing GITHUB REPO button and maintaining a consistent style in terms of appearance and functionality. However, we encourage contributors to bring their own creative flair to the design.
Please ensure the new button is easily accessible, visually appealing, and seamlessly integrated into the existing layout.
Tips to get started
This is a React project so you will need to add a button on the Header.jsx and lead the call path so that it displays the Contributors Grid component. The routing path has already been created in the index.js file using react-router-dom.
Description
Add a Contributors Button to the Home Page
We need to implement a new button on the home page that directs users to the Contributors page. Currently, users can only access this page by manually entering the URL
https://before-i-die-achievements.vercel.app/Contributors
.Task Details
This issue is open to anyone interested in contributing to the project's UI. We suggest placing the new button near the existing
GITHUB REPO
button and maintaining a consistent style in terms of appearance and functionality. However, we encourage contributors to bring their own creative flair to the design.Please ensure the new button is easily accessible, visually appealing, and seamlessly integrated into the existing layout.
Tips to get started
This is a React project so you will need to add a button on the Header.jsx and lead the call path so that it displays the Contributors Grid component. The routing path has already been created in the index.js file using react-router-dom.
Screenshots
Checklist