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: PostList 컴포넌트 개발 #65

Open
2 tasks
ppyom opened this issue Nov 21, 2024 · 0 comments
Open
2 tasks

feat: PostList 컴포넌트 개발 #65

ppyom opened this issue Nov 21, 2024 · 0 comments
Assignees
Labels

Comments

@ppyom
Copy link
Collaborator

ppyom commented Nov 21, 2024

📌 작업 내용

PostList

Image

props

  • posts: { productId: number; image: string; title: string; price: string; uploadTime: number }[]

✅ To-Do

  • 임의로 넣은 posts 배열이 화면에 잘 출력되는지 확인
  • 아이템 클릭 시 console.log(`/product/${productId}`) 출력

📝 참고사항

!! #64 논의 이후 수정 필요 !!

모든 타입에 대해서 만들어야함 (4개 파일이 나와야함.)PostList 종류가 4개. 피그마 참조할 것

선행 조건

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants