Merged
Conversation
added 2 commits
March 17, 2026 21:08
bk-git-hub
reviewed
Mar 18, 2026
Collaborator
bk-git-hub
left a comment
There was a problem hiding this comment.
민서님 수고하셨습니다~!
전반적으로 깔끔하게 잘 작성해 주셨습니다 그래서 리뷰를 할 부분이 많지 않았어요
다만 제가 커리큘럼 소개할때 말씀드렸던 것처럼 저희 과제는 typescript로 진행되기를 원하고 있습니다. 그래서 다음 주차부터는 jsx 가 아닌 tsx 형식으로 바꿔주시면 좋을 것 같아요.
현재 레포지토리에서 ts를 직접 세팅하시는 방법도 있고, 아니면 vite에서 ts 템플릿으로 다시 시작하는 방법이 있습니다. ts 마이그레이션이 생각보다 복잡해서 새 템플릿에 다음주차과제를 이어하는게 더 쉬울 수도 있습니다.
추가적으로 지금 커밋도 한 커밋에 모든걸 올려주셨는데 작업단위를 쪼개서 커밋하는 연습을 해보면 좋을 것 같아요. 간단하게 가이드를 작성해놨으니까 참고해보시면 좋을 것 같습니다.
https://www.notion.so/Git-Commit-Guide-327793efb80180bcb8f9c357c580a48d
| import React from "react"; | ||
| import ReactDOM from "react-dom/client"; | ||
| import App from "./App.jsx"; | ||
| import "../styles.css"; |
Collaborator
There was a problem hiding this comment.
현재 styles.css를 index.html에서도 불러오고 src/main.jsx에서도 import하고 있어서 전역 스타일 진입점은 한 곳으로만 두셔도 될 것 같습니다.`
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형식이다🧩 구현 내용 요약
React와 JSX를 활용해 Todo 앱의 기본 화면을 구현했습니다.
컴포넌트를 Header, List, Card로 분리해 리스트 형태의 정적 UI를 완성했습니다.
❓ 궁금한 점
없습니다.
결과 스크린샷