-
Notifications
You must be signed in to change notification settings - Fork 1
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
✨Feat: 이달의 컴포넌트 UI 구현 #41
Conversation
버튼 디자인 빼고
🎉 구현한 기능 Preview: https://fandom-7gj019y7q-easyhyun00s-projects.vercel.app |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
반응형도 너무 잘 만드셨고, 탭 기능도 어렵고 더보기 버튼 눌러서 데이터 가져오는 것도 어려워 보이는데 너무 구현을 잘해주셨어요... 👍👍👍 작업 속도도 빠르고 완전 능력자세요
if (window.innerWidth > 744) { | ||
setsNumOfItemsToShow(numberOfItems[0]); | ||
} else if (window.innerWidth > 375) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
제가 constants/screenSizes.js
에 화면 사이즈를 상수화 했는데 그거 가져와서 사용하는 게 좋을 것 같습니다!
src/assets/icons/Chart.jsx
Outdated
> | ||
<path | ||
d="M8 10.5L8 16.5" | ||
stroke="white" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
컴포넌트로 너무 잘 만들어주셨어요!
그런데 얘는 색상이 stroke="white" 로 되어 있으니깐
props 로 stroke="white" 이렇게 하고 stroke={stroke} 이렇게 하셔야 합니다!
src/utils/utils.js
Outdated
* utils 폴더입니다. | ||
* 추후에 이 파일은 삭제해도 됩니다. | ||
*/ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utils는 주로 함수와 관련된 폴더라서 아래 mock 데이터와 연관은 없습니다!
어차피 기능 구현하다보면 삭제할 내용이지만 mock 데이터는 json 확장자를 사용하여 저장합니다!
return ( | ||
<div className={styles.container}> | ||
<div className={styles.header}> | ||
<h1>이달의 차트</h1> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
h1 태그보다는 h2 태그가 더 좋을 것 같아요!
🎉 구현한 기능 Preview: https://fandom-6nya29447-easyhyun00s-projects.vercel.app |
* ✨ Feat: 차트 기본골격 * ✨ Feat: 숫자에 콤마 찍기 * ✨ Feat: Profile 컴포넌트 적용 * ✨ Feat: 마지막 줄 밑줄 삭제 * ✨ Feat: 데스크톱 버전 완성 버튼 디자인 빼고 * 🔨 Refector: 임시 데이터 분리 * ✨ Feat: 반응형 구현 * 🐛 Fix: 데스크톱 반응형 줄어들게 * ✨ Feat: CustonButton 컴포넌트 적용 * ✨ Feat: 반응형 아이템 갯수 hook * ✨ Feat: 히스트 페이지 적용 * 🐛 Fix: 지현님 피드백 적용
🧩 이슈 번호
✅ 작업 사항
👩💻 공유 포인트 및 논의 사항