Skip to content

김기성 week1#17

Merged
bk-git-hub merged 2 commits intoIT-Cotato:Kim-kiseongfrom
Kim-kiseong:Kim-kiseong-week1
Mar 21, 2026
Merged

김기성 week1#17
bk-git-hub merged 2 commits intoIT-Cotato:Kim-kiseongfrom
Kim-kiseong:Kim-kiseong-week1

Conversation

@Kim-kiseong
Copy link
Copy Markdown

@Kim-kiseong Kim-kiseong commented Mar 19, 2026

✅ 제출 정보

  • Week: Week <01>

✅ 체크리스트 (필수)

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

🧩 구현 내용 요약

week1


❓ 궁금한 점

감사합니다.
week1

@Kim-kiseong Kim-kiseong changed the title Initial commit 김기성 week1 Mar 19, 2026
@Kim-kiseong Kim-kiseong changed the base branch from main to Kim-kiseong March 19, 2026 15:31
@Kim-kiseong
Copy link
Copy Markdown
Author

#F5F5F5 배경색깔이 일부 pixel에 적용이 안 되는 문제를 어떻게 해결할 수 있는지 여쭤보고 싶습니다!

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

@@ -0,0 +1,17 @@
// src/components/TodoCard.tsx
import React from 'react';
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.

현재 React import는 이 파일에서 사용중이지 않는것 같아요

@@ -0,0 +1,21 @@
// src/components/TodoList.tsx
import React from 'react';
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.

React import

const todo1 = "리액트 공식문서 읽기";
const todo2 = "알고리즘 문제 풀기";
const todo3 = "운동 30분 하기";
const todo4 = "프로젝트 회의 준비";<q></q>
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.

<q></q> 태그가 남아 있는데, 의도하지 않은 코드라면 제거해주시는 것이 좋겠습니다

font-size: 24px;
font-weight: 700;
color: #1F2937;
font-family: Pretendard;
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에서 Pretendard 폰트를 사용하고 있는데, 현재 index.html에는 폰트를 실제로 불러오는 설정이 보이지 않습니다. 폰트 임포트를 확인해보시고 실제 폰트가 잘 적용되고 있는지 확인해보시면 좋을 것 같아요

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.

src/assets/App.css 파일이 비어 있는 상태로 남아 있는데, 실제로 사용하지 않는 파일이라면 정리해두셔도 좋을 것 같습니다.


return (
<main className="todo-list">
<TodoCard content={todo1} />
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 구조로 작성하면 조금 더 시맨틱한 마크업이 될 것 같습니다.

@@ -0,0 +1,14 @@
// src/components/TodoHeader.tsx
import React from 'react';
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.

사용하지 않는 React import 들은 제거해주셔야합니다.

@bk-git-hub bk-git-hub merged commit c1e5859 into IT-Cotato:Kim-kiseong Mar 21, 2026
5 of 9 checks passed
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