Skip to content
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

[Feature] #4 부스 페이지 구현 #18

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

Conversation

taejun0
Copy link
Collaborator

@taejun0 taejun0 commented Sep 21, 2024

🔍 What is the PR?

  • API 연결 제외 (카카오맵, 데이터 연결) 구현 완료 했습니다.
  • 개인적으로 좋아하는 느낌의 애니메이션도 넣어놨는데 사용해보시고 나중에 피드백 부탁드립니다,

📸 Screenshot

image image

📍 PR Point

📢 Notices

  • 데이터는 더미데이터를 넣어둔 것입니다. 추후 삭제 할게요.
  • 아직 없는 폰트가 많아서 나중에 바꿀 예정입니다.

✅ Check List

  • Merge 하는 브랜치가 올바른가?
  • PR과 관련없는 변경사항이 없는가?
  • 내 코드에 대한 자기 검토가 되었는가?

💭 Related Issues

#4

@taejun0 taejun0 added ✨ Feature 새 기능 구현 🎨 Design UI 디자인을 구현하거나 변경 🍂 태준 태준작업 labels Sep 21, 2024
@sayyyho sayyyho changed the title ✨ [Feature]#4 부스 페이지 구현 [Feature] 부스 페이지 구현 Sep 22, 2024
{/* 부스 리스트 */}
<S.BoothListWrapper $isOpen={isBoothListOpen}>
<S.BoothListHeader onClick={toggleBoothList}>
<S.Arrow>{isBoothListOpen ? <RxDoubleArrowDown /> : <RxDoubleArrowUp />}</S.Arrow>
Copy link
Member

Choose a reason for hiding this comment

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

LGTM 👍🏻👍🏻

구체적인 사용법도 공유해주시면 감사하겠습니다!!

@sayyyho sayyyho changed the title [Feature] 부스 페이지 구현 [Feature] #4 부스 페이지 구현 Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ Feature 새 기능 구현 🍂 태준 태준작업 🎨 Design UI 디자인을 구현하거나 변경
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants