Jiseoup/showmycodePublic
EN|KO
  • 코드
  • 커밋
  • 풀 리퀘스트
← 목록으로
Merged

feat: display repository topics on home page

#2
JiseoupJiseoup · 2026년 3월 31일feat/repo-topics → main
feat
개요커밋변경된 파일

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)