BeforeIDieCode / BeforeIDieAchievements

🌟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. πŸ’‘πŸ”—
https://before-i-die-achievements.vercel.app
MIT License
116 stars 183 forks source link

[Feature Request] Add a Contributors Button to the Home Page 🎨 #158

Closed XanderRubio closed 1 year ago

XanderRubio commented 1 year ago

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

Screenshot 2023-10-03 at 00 21 16 Screenshot 2023-10-03 at 00 21 49

Checklist