-
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
[4주차 기본/심화/공유 과제] 회원가입 페이지 #5
base: main
Are you sure you want to change the base?
Conversation
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.
요즘 잘하는 다른 사람들의 코드를 보면서 배우는 게 정말 많다고 느끼고 있어요. 리드님 4주차 과제의 코드가 잘 나누어지고 깔끔하게 작성된 것을 보고 이렇게 나누어 거구나, 이렇게 코드 짜는 거구나 싶었습니다. 작은 것도 많이 배웠어요 !
합세 같은 조가 되어 기쁘고, 앞으로 파이팅 !! 합세에서도 많이 찾아보고 배우겠습니다 !
리드님의 공유 과제도 보고싶어요ꉂꉂ(ᵔᗜᵔ*)
gap: 0.5rem; | ||
`; | ||
|
||
export const inputStyle = (theme: Theme) => css` |
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.
매번 ${theme => theme.color.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.
오.. 회원가입과 로그인에 필요한 타입들을 깔끔하게 분리해서 관리하는 방식 정말 잘 배웠습니다👍👍
week4/assignment/src/styles/theme.ts
Outdated
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.
이렇게 잘 구성된 theme을 보니 정말 많이 배웁니다 ! 그동안 색상만 몇 개 넣고 사용했었는데, 이 코드와 합세 코드를 보면서 theme 활용에 대해 많이 배웠어요. 앞으로 많이 성장할 것 같아요 ! 감사합니다 😊
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.
합세에서 reset.ts와 global.ts를 나누는 걸 보고 배웠는데, 여기서도 리셋 스타일을 분리하고 기본 스타일을 한 곳에 모아둔 걸 보니 관리가 더 편하고 일관성 있는 디자인을 유지할 수 있겠구나 싶어요. 많이 배웁니다!
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.
오.. 경로와 라우트를 분리해서 관리할 수도 있네요 ! 이렇게 하면 코드가 더 깔끔하고 유지보수도 편할 것 같아요. 정말정말 많이 배웁니다.
✨ 구현 기능 명세
💡 기본 과제
취미
,내 정보
메뉴 탭로그아웃
버튼취미
,내 정보
취미 페이지, 내 정보 페이지 출력 (1개의 페이지로 구현해도 되고, url 달라도 됨)🔥 심화 과제
공유과제
제목:
링크 첨부 :
❗️ 내가 새로 알게 된 점
❓ 구현 과정에서의 어려웠던/고민했던 부분
🥲 소요 시간
10h
🖼️ 구현 결과물