Open
Conversation
YennieJ
reviewed
Sep 24, 2023
Collaborator
YennieJ
left a comment
There was a problem hiding this comment.
병민님
favicon과 title을 적용하시고
폴더 구조를 보여주셔서 코드리뷰하기에 너무 좋았습니다!:)
배웠던 router를 활용하신것도 대단하신거같아요 ㅎㅎ
-
mobile 반응형에서 왼쪽으로 쏠림 현상이 있었습니다.
-
font 관련해서 한 파일에 모아주는것이 가독성에 도움이 될거 같습니다.
-
loading 화면이 추가되면 좋을꺼같아요.
-
styled-components import 하실 때 더 가독성이 좋은 방법을 공유합니다!
https://velog.io/@jiseong/Styled-components%EC%9D%98-%EB%B6%88%ED%8E%B8%ED%96%88%EB%8D%98%EC%A0%90%EA%B3%BC-%EA%B0%9C%EC%84%A0%EB%B0%A9%EC%8B%9D -
Modal.jsx
props는 읽기 전용(https://reactjs-kr.firebaseapp.com/docs/components-and-props.html) 이기 때문에 직접적으로 setModalState를 받기 보다는 onCloseModal 을 상위 컴포넌트인 Output.jsx 로 올려서 onCloseModal 를 props로 받는게 더 적절할 것 같습니다:)
빠른 시간내에 구현하신 병민님께 박수를..!!
고생하셨습니다 :) 👍
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.
💡 프로젝트 실행 방법
⛏ 기술 스택
📌 배포 링크
https://10times-five.vercel.app/
📜 폴더 구조
🚀 기능 구현 내용