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

Feat: PItem 컴포넌트 구현 #113

Merged
merged 7 commits into from
Oct 2, 2024
Merged

Conversation

se0kcess
Copy link
Collaborator

@se0kcess se0kcess commented Oct 1, 2024

📝 Summary

장르별 페이지에서 공연 정보를 리스트 형식으로 볼 수 있는 PItem 컴포넌트 추가

✨ Changes

  • PItem 및 PItemContainer 컴포넌트 추가
  • usePList 훅을 사용하여 공연 정보 api를 받아와서 props 전달

🖼️ Screenshots

image

✅ PR Checklist

  • 하나의 목적을 가진 PR입니다.
  • 코딩 컨벤션과 스타일 가이드를 준수합니다. 📌Conventions
  • 불필요한 코드 중복이 없습니다.
  • 컴포넌트의 책임이 단일합니다.
  • 리액트 훅을 올바르게 사용했습니다.
  • 민감한 정보를 포함하지 않았습니다.
  • 불필요한 콘솔 로그나 주석을 포함하지 않았습니다.
  • 컴포넌트 key값에 고유한 값을 할당했습니다.

🔗 References

💬 Comments

HeartButton 및 CrownIcon merge 완료 시 추가 예정

@se0kcess se0kcess linked an issue Oct 1, 2024 that may be closed by this pull request
@se0kcess se0kcess force-pushed the 104-feature/pitem-component branch 2 times, most recently from 552f6e3 to ffa30c9 Compare October 2, 2024 02:18
src/components/PItemContainer/index.tsx Outdated Show resolved Hide resolved
src/components/PItem/index.tsx Outdated Show resolved Hide resolved
src/components/PItem/index.tsx Outdated Show resolved Hide resolved
src/components/PItem/styles.ts Outdated Show resolved Hide resolved
src/components/PItemContainer/index.tsx Outdated Show resolved Hide resolved
@se0kcess se0kcess merged commit e561ff3 into main Oct 2, 2024
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.

🎯[Feature] PItem 컴포넌트 구현
4 participants