Skip to content

김다혜 week1#15

Merged
bk-git-hub merged 2 commits intokdhye516from
kdhye516-week1
Mar 19, 2026
Merged

김다혜 week1#15
bk-git-hub merged 2 commits intokdhye516from
kdhye516-week1

Conversation

@kdhye516
Copy link
Copy Markdown

@kdhye516 kdhye516 commented Mar 19, 2026

✅ 제출 정보

  • Week: Week <01>

✅ 체크리스트 (필수)

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

🧩 구현 내용 요약

  • week1 과제

❓ 궁금한 점

@bk-git-hub bk-git-hub changed the title Initial commit 김다혜 week1 Mar 19, 2026
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.

다혜님 고생 많으셨습니다!

React가 처음이신걸로 알고있는데 그럼에도 불구하고 컴포넌트 분리도 정말 잘 해 주셨습니다.
아래에는 다음에 한 번 더 다듬어보면 좋을 부분들만 가볍게 코멘트로 남겨두었습니다.

그리고 다음번 과제는 커밋을 작업단위로 해보는 연습도 같이 하면 좋을 것 같아요
https://www.notion.so/Git-Commit-Guide-327793efb80180bcb8f9c357c580a48d

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.

현재 사용중이지 않은 스타일들은 정리해도 좋을 것 같아요! css는 기본적으로 전역으로 적용되기 때문에 사용하지 않는 스타일들이 남아있을 경우 추후 스타일 충돌을 유발할 수 있습니다.

import TodoCard from "./TodoCard";

function TodoList() {
return (
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 구조로 작성하면 조금 더 시맨틱한 마크업이 될 것 같습니다.

return (
<div className="heading">
<div className="icon">✅</div>
<div className="title">오늘의 할 일</div>
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대신 h1이나h2 같은 태그를 사용하시면 페이지가 더 시맨틱한 구조를 가질 수 있습니다

@bk-git-hub bk-git-hub merged commit 30b9eee into kdhye516 Mar 19, 2026
2 checks passed
@bk-git-hub bk-git-hub deleted the kdhye516-week1 branch March 19, 2026 14:03
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.

3 participants