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
Files touched:
- Create: app/resources/page.tsx, components/ResourceList.tsx, data/resources.ts
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
Acceptance Criteria
Testing
Files touched: