Skip to content

이유빈 week1#16

Merged
bk-git-hub merged 2 commits intoyuvvinnfrom
yuvvinn-week1
Mar 19, 2026
Merged

이유빈 week1#16
bk-git-hub merged 2 commits intoyuvvinnfrom
yuvvinn-week1

Conversation

@yuvvinn
Copy link
Copy Markdown

@yuvvinn yuvvinn commented Mar 19, 2026

✅ 제출 정보

  • Week: Week <01>

✅ 체크리스트 (필수)

  • PR의 base branchmain이 아니라 내 GitHub 핸들 브랜치(<handle>)다
  • compare branch가 <handle>-week-xx 형식이다
  • 변경 사항이 이번 주 과제 범위에 해당한다
  • (필요 시) 실행 방법을 적었다
  • (가능하면) 결과 스크린샷/데모 링크를 첨부했다

🧩 구현 내용 요약

-TodoCard, TodoHeader, TodoList 컴포넌트 분리
-React, TypeScript를 이용하여 투두앱의 기본 화면 완
스크린샷 2026-03-19 230451


❓ 궁금한 점

Copy link
Copy Markdown
Collaborator

@bk-git-hub bk-git-hub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

유빈님 고생 많으셨습니다!

전반적으로 깔끔해서 간단하게 한 개 코멘트만 남겨두었습니다
다음부턴 저희 커밋도 다른 프로젝트에서 유빈님이 쓰셨던 커밋 컨벤션처럼 작업단위로 분리해서 올려보시면 좋을 것 같아요
https://www.notion.so/Git-Commit-Guide-327793efb80180bcb8f9c357c580a48d


export default function TodoList({ todos }: Props) {
return (
<div className="card-list">
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

현재 할 일 목록은 의미상 리스트이기 때문에, div 대신 ul / li 구조로 작성하면 조금 더 시맨틱한 마크업이 될 것 같습니다.

@bk-git-hub bk-git-hub merged commit bbc4109 into yuvvinn Mar 19, 2026
5 checks passed
@bk-git-hub bk-git-hub deleted the yuvvinn-week1 branch March 19, 2026 14:51
@yuvvinn yuvvinn self-assigned this Mar 23, 2026
@yuvvinn yuvvinn changed the title Yuvvinn week1 이유빈 week1 Mar 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants