Skip to content

엄민서 week1#14

Merged
bk-git-hub merged 3 commits intoseo1vfrom
seo1v-week1
Mar 19, 2026
Merged

엄민서 week1#14
bk-git-hub merged 3 commits intoseo1vfrom
seo1v-week1

Conversation

@seo1v
Copy link
Copy Markdown

@seo1v seo1v commented Mar 19, 2026

✅ 제출 정보

  • Week: Week <01>

✅ 체크리스트 (필수)

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

🧩 구현 내용 요약

스크린샷 2026-03-19 오후 3 53 05

❓ 궁금한 점

@seo1v seo1v self-assigned this 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.

민서님 고생 많으셨습니다!

전체적으로는 컴포넌트 역할 분리가 깔끔하고, 할 일 데이터를 배열로 두고 리스트 렌더링으로 푼 방향이 좋았습니다. 코드 잘 확인해보았고, 아래에 몇 가지 개선해보면 좋을 부분들 코멘트로 남겨두었습니다.

@@ -0,0 +1,17 @@
import TodoCard from "./ToDoCard";
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.

현재 import 경로의 대소문자가 실제 파일명과 조금 다릅니다. Windows 환경에서는 동작할 수 있지만, 대소문자를 구분하는 환경에서는 import 에러가 날 수 있어서 파일명과 import 경로를 동일하게 맞춰주시면 좋겠습니다.

import heroImg from './assets/hero.png'
import './App.css'
import './App.css';
import TodoHeader from './components/ToDoHeader';
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.

현재 이부분도 import 경로의 대소문자가 일치하지 않습니다.


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 bde0e91 into seo1v Mar 19, 2026
2 checks passed
@bk-git-hub bk-git-hub deleted the seo1v-week1 branch March 19, 2026 13:42
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