Skip to content

1주차 미션 / 2조 김대한#6

Open
about-kim wants to merge 5 commits intoKonkuk-KUIT:about-kimfrom
about-kim:about-kim/week1
Open

1주차 미션 / 2조 김대한#6
about-kim wants to merge 5 commits intoKonkuk-KUIT:about-kimfrom
about-kim:about-kim/week1

Conversation

@about-kim
Copy link
Copy Markdown

1. 미션

각 주차에 해당하는 미션 체크리스트

  1. 실습상에 진행한 내용들 포함하기
  2. 프로필 카드 만들기

2. 구현에 대한 설명

  • 본인이 구현한 것에 대한 설명
    Box 내부에 Column과 Box 함수를 사용.
    사진은 Image 함수를 통해 불러왔으며,
    텍스트는 Text 함수를 통해 출력.

3. 스크린샷 & 실행영상

실행영상이 있다면 실행영상을, 없다면 스크린샷 첨부

  • image

4. 기타

기타 문의사항이나 질문사항, 그 외 하고싶은 말

  • 없습니다!

Copy link
Copy Markdown

@AyoungSe0 AyoungSe0 left a comment

Choose a reason for hiding this comment

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

전체적으로 너무 잘해주셨습니다!!! 피그마 예시와 비교했을 때 일부 상세 값이 조금 달라 보여서, 의도된 부분인지 확인해 보면 좋을 것 같습니다^_^=b
예) 각 이미지와 텍스트 사이 간격, 이미지 코너 둥근 정도 등

★ main 브랜치 말고, 본인의 깃허브 아이디 브랜치로의 PR 요청 부탁드립니다!! ★

.clip(CircleShape)
)
}
Box(
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

바깥 Box 없이 Column 만으로도 충분히 같은 디자인 구현하실 수 있습니다!

import androidx.compose.foundation.layout.Arrangement
import androidx.compose.foundation.layout.Box
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Row
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

불필요한 임포트 정리하는 단축키:
Windows/Linux: Ctrl + Alt + O
macOS: Option + Command + O

@@ -17,11 +17,13 @@
import androidx.compose.foundation.shape.CircleShape
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

불필요한 임포트 정리하는 단축키:
Windows/Linux: Ctrl + Alt + O
macOS: Option + Command + O

) {
Column(
Modifier.padding(top = 20.dp, start = 20.dp),
verticalArrangement = Arrangement.spacedBy(1.dp)
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

1.dp 보다는 큰 값이 좋을 것 같습니다!

@about-kim about-kim changed the base branch from main to about-kim March 21, 2026 11:36
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.

3 participants