Skip to content

Taehyeong week5 hw#43

Open
TaehyeungKim wants to merge 20 commits intotaehyeong-week5from
taehyeong-week5-hw
Open

Taehyeong week5 hw#43
TaehyeungKim wants to merge 20 commits intotaehyeong-week5from
taehyeong-week5-hw

Conversation

@TaehyeungKim
Copy link

💎 과제 구현 설명

과제를 위해 사용했던 함수, 수정한 파일 등 구현 내용에 대한 간단한 설명을 작성해 주세요.

  • 사용자 comment 입력 데이터 관리를 위해 useState 활용
  • 기존에 존재하는 comment 데이터 불러오기 위해 useEffect 활용
  • HomePage small post grid에 responsive design 반영
  • useMediaQuery custom hook 사용하여 header 부분 모바일/데스크탑 반응형 디자인 구현

🏁 PR 체크리스트

  • 코드가 오류 없이 정상적으로 실행되나요?
  • 커밋 메시지 컨벤션(템플릿 활용)을 준수했나요?
  • 과제 마감기한을 준수했나요?

🖼️ Screenshot / Video

5._.mov

🙌 Issue

과제 수행 중 어려웠던 부분이나 궁금했던 점을 자유롭게 작성해 주세요.

Copy link

@sisihae sisihae left a comment

Choose a reason for hiding this comment

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

멋져요👍


function App() {
const [darkMode, setDarkMode] = useState(false);
const [darkMode, setDarkMode] = useState(true);
Copy link

Choose a reason for hiding this comment

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

오 다크모드 전환 기능을 만든건가용..?

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