Merged
Conversation
bk-git-hub
reviewed
Mar 18, 2026
Collaborator
bk-git-hub
left a comment
There was a problem hiding this comment.
수민님 고생 많으셨습니다!
전체적으로는 컴포넌트 분리도 깔끔하고, CSS도 역할별로 잘 나눠주셔서 구조가 보기 좋았습니다. TypeScript 기반으로 프로젝트를 시작하신 점도 좋았습니다.
이번에는 initial commit에 모든 작업사항이 다 묶여있었는데, 다음부터는 작업 단위에 맞게 조금 더 나누어 작성해주시면 좋을 것 같습니다 :)
커밋 안내 문서 링크
https://www.notion.so/Git-Commit-Guide-327793efb80180bcb8f9c357c580a48d
Collaborator
There was a problem hiding this comment.
현재 src/index.css 에 Vite 기본 템플릿 스타일이 많이 남아 있어서, 실제 과제용 스타일 App.css이랑 전역에서 서로 섞여 적용되고 있습니다. 특히 :root, #root, heading, dark mode 관련 스타일은 과제 UI와 직접 관련이 없어서 정리해주시면 스타일 구조가 더 명확해지고 스타일 충돌 위험이 줄어들 것 같아요!
Collaborator
There was a problem hiding this comment.
현재 할 일 목록을 div로 감싸고 있는데, 의미상 리스트이기 때문에 ul / li 구조로 작성하면 조금 더 시맨틱한 마크업이 될 것 같아요
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✅ 제출 정보
✅ 체크리스트 (필수)
main이 아니라 내 GitHub 핸들 브랜치(<handle>)다<handle>-week-xx형식이다🧩 구현 내용 요약
❓ 궁금한 점