Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Collaborators Page
Este documento descreve o que foi implementado na página de colaboradores para o site do projeto. A ideia foi construir um layout visualmente atraente e funcional que destacasse as pessoas incríveis que contribuíram para o desenvolvimento do aplicativo e do website.
O que foi implementado?
Estrutura da Página
use client
no topo, garantindo que o componente fosse renderizado no lado do cliente.Divisão por Seções
Layout Responsivo
Design Visual
Contribuintes Adicionados
Detalhes do Código
Estrutura de Dados
Os colaboradores foram organizados em dois arrays de objetos (
appContributors
ewebsiteContributors
), contendo:Renderização das Listas
Foi utilizado o método
.map()
para iterar sobre os arrays e renderizar dinamicamente os cartões de cada colaborador.Biblioteca Utilizada
A estilização foi feita com Tailwind CSS, aproveitando utilitários de design como grids, sombras, e bordas arredondadas para um layout moderno e elegante.
Resultado Final
A página de colaboradores ficou bem organizada, responsiva e destaca com sucesso as pessoas que contribuíram para o projeto. O design é limpo, funcional e fornece acesso rápido aos perfis do GitHub de cada colaborador.
Collaborators Page
This document describes what was implemented on the contributors page for the project website. The idea was to build a visually appealing and functional layout that highlighted the amazing people who contributed to the development of the app and website.
What was implemented?
use client
at the top, ensuring that the component would be rendered on the client side.Code Details
Data Structure
The contributors were organized into two arrays of objects (
appContributors
andwebsiteContributors
), containing:Contributor name.
GitHub avatar URL.
GitHub profile URL.
List Rendering
The
.map()
method was used to iterate over the arrays and dynamically render each contributor's cards.Library Used
The styling was done with Tailwind CSS, taking advantage of design tools such as grids, shadows, and rounded edges for a modern and elegant layout.
Final Result
The contributors page is well organized, responsive, and successfully highlights the people who contributed to the project. The design is clean, functional, and provides quick access to each contributor's GitHub profiles.