-
Notifications
You must be signed in to change notification settings - Fork 0
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
메인 페이지를 개발합니다. #23
base: develop
Are you sure you want to change the base?
메인 페이지를 개발합니다. #23
Conversation
Conflicts: src/pages/index.tsx
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.
수고하셨습니다!
padding: 32px 40px; | ||
margin-top: 16px; | ||
margin-left: -40px; | ||
margin-right: -40px; |
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.
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.
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.
작성자: @jaychang99
Related to
체크 리스트
작업 내역
메인 페이지 화면을 개발합니다 (단, 데일리 베스트 단체 단체, 맛집, 멤버 카드를 개발합니다. #18 머지대기중)
![image](https://private-user-images.githubusercontent.com/86560973/263732158-8c73a137-f34e-45d3-92ff-50e84b730697.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzMDExNTcsIm5iZiI6MTczOTMwMDg1NywicGF0aCI6Ii84NjU2MDk3My8yNjM3MzIxNTgtOGM3M2ExMzctZjM0ZS00NWQzLTkyZmYtNTBlODRiNzMwNjk3LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDE5MDczN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWUzNzRlM2ZlOGU1OTA0NmZkYzNlYzBhZjM2ZjY4MjUxMmI0OGQyZmFhZWI5MTRmMGFhMzE5ZTQ5NDJmZWRlNjYmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.no5G2PBEH7VwSgUPGhKQWL6K-U588r7YCF1HXq6Jo90)
공통 영역:
<Rating />
컴포넌트를 개발하였습니다. 이 컴포넌트는 별점을 디스플레이 하는 데에 사용할 수 있으며, props 로value
를 받습니다. 이value
는 0에서 5 사이의 실수이며, 가장 가까운 .5 단위의 숫자로 반올림된 후 별 모양으로 표시됩니다.비고