Open arkid15r opened 1 week ago
We will have to develop a card component which will
This issue is a major one, I'm glad you want to work on it. @harsh3dev don't hesitate to reach out to me in Slack as there might be a lot of decisions to make during the implementation.
Assigning it to you, thank you!
The Nest app has four main pages: Contribute, Projects, Chapters, and Committees. Each page is different, but we can display their information in a similar style.
To make the code cleaner and ensure a consistent look across the site, we want to create one component that displays items on all pages. This component should be flexible, showing specific details based on what is passed to it. For example, tags or labels should appear on the Contribute and Projects pages, but not on the Chapters or Committees pages.