Jiseoup/showmycodePublic
EN|KO
  • Code
  • Commits
  • Pull Requests
← Back to list
Merged

feat: display repository topics on home page

#2
JiseoupJiseoup · Mar 31, 2026feat/repo-topics → main
feat
OverviewCommitsFiles changed

Related Issue

N/A

Changes

  • Add topics field to GhRepo type in lib/github.ts
  • Display topic tags as blue pills below repo description in RepoCard.tsx
  • Hidden when repository has no topics

How to Verify

  1. Set up .env.local with a repo that has GitHub topics configured
  2. npm run dev and open the home page
  3. Confirm topic tags appear below the repository description

Checklist

  • npm run build passes
  • npm run lint passes
  • New/updated strings added to both dictionaries/ko.json and dictionaries/en.json (if applicable)
  • Tests added for new functionality (if applicable)