Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2주차/Thunder] 워크북 제출합니다. #13

Merged
merged 5 commits into from
Mar 31, 2025

Conversation

sunnyinha
Copy link

@sunnyinha sunnyinha commented Mar 26, 2025

✅ 워크북 체크리스트

  • 모든 핵심 키워드 정리를 마쳤나요?
  • 핵심 키워드에 대해 완벽히 이해하셨나요?
  • 이론 학습 이후 직접 실습을 해보는 시간을 가졌나요?
  • 미션을 수행하셨나요?
  • 미션을 기록하셨나요?

✅ 컨벤션 체크리스트

  • 디렉토리 구조 컨벤션을 잘 지켰나요?
  • pr 제목을 컨벤션에 맞게 작성하였나요?
  • pr에 해당되는 이슈를 연결하였나요?(중요)
  • 적절한 라벨을 설정하였나요?
  • 파트장에게 code review를 요청하기 위해 reviewer를 등록하였나요?
  • 닉네임/main 브랜치의 최신 상태를 반영하고 있는지 확인했나요?(매우 중요!)

📌 주안점

Sorry, something went wrong.

@sunnyinha sunnyinha requested a review from jpark0506 March 26, 2025 05:34
@sunnyinha sunnyinha self-assigned this Mar 26, 2025
@sunnyinha sunnyinha linked an issue Mar 26, 2025 that may be closed by this pull request
@sunnyinha sunnyinha marked this pull request as draft March 26, 2025 05:36
@sunnyinha sunnyinha marked this pull request as ready for review March 26, 2025 05:54
@sunnyinha sunnyinha marked this pull request as draft March 26, 2025 05:58
@sunnyinha sunnyinha marked this pull request as ready for review March 29, 2025 06:25
Copy link
Contributor

@jpark0506 jpark0506 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM~ 이번주도 고생하셨습니다~~!! 몇가지 코멘트 남겨드렸습니다!!

Comment on lines +12 to +15
<div className="study-container">
<TodoList />
<DoneList />
</div>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분도 ListContainer로 모듈로 분리해주시면 좋을 것 같습니다~

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

파일 이름 컨벤션 통일 시켜주시면 좋을 것 같습니다! (ThemeProvider)


export default function Navbar(): React.JSX.Element {
const { theme, toggleTheme } = useTheme();
const isLightMode = theme === THEME.LIGHT;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

이 부분 useTheme이 반납하는 결과물로 주어, 더욱 NavBar라는 컴포넌트에 좋은 코드를 작성할 수 있을 것 같습니다~ 한번 도전해보세요!

@sunnyinha sunnyinha merged commit cb8170b into UMC-Inha:thunder/main Mar 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Chapter02_React 맛보기 (tsx, useState, contextAPI)
2 participants