Skip to content

Resources Page #52

Description

@vihaan-kk

Description

Create the Resources page (app/resources/pages.tsx route doesn't exist yet, needs to be created) with a single section per the wireframe: Resource List.

Suggested Starting Point

  • Resource List: a grid of resource cards/links (e.g. tech workshops, guides, sponsor tools), sourced from a data file.
  • Build the section as its own component in components/, then compose it in app/resources/page.tsx.

Acceptance Criteria

  • /resources route exists and renders the Resource List section.
  • Resource List content comes from a data file (e.g. data/resources.ts).
  • Layout matches the wireframe (grid of resource entries).

Testing

  • Frontend build passes.
  • Frontend lint passes.
  • Frontend formatting checks
  • /resources renders the Resource List correctly with placeholder content.

Files touched:

  • Create: app/resources/page.tsx, components/ResourceList.tsx, data/resources.ts

Metadata

Metadata

Assignees

No one assigned

    Labels

    Fields

    No fields configured for Feature.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions