[조원정] Sprint 5#99
Merged
gyulrangdev merged 33 commits intocodeit-sprint-fullstack:react-조원정from Aug 13, 2025
Hidden character warning
The head ref may contain hidden characters: "react-\uc870\uc6d0\uc815"
Merged
Conversation
added 2 commits
August 11, 2025 17:32
gyulrangdev
reviewed
Aug 13, 2025
| @@ -0,0 +1,20 @@ | |||
| import ic_heart from "../../assets/icon/ic_heart.svg"; | |||
Collaborator
There was a problem hiding this comment.
assets에 font밖에 없어서 에러가 발생하고 있어요 🥲
Collaborator
There was a problem hiding this comment.
react 브랜치에서는 react 코드만 넣는게 좋을 것 같아요.
그래야 diff에 html 프로젝트가 안 잡혀요.
(+) react-조원정 (base) <- react-조원정-sprint5 이렇게 되어야 브랜치 컨벤션에 맞아요.
| }, | ||
| "dependencies": { | ||
| "react": "^19.1.1", | ||
| "react-dom": "^19.1.1" |
Collaborator
There was a problem hiding this comment.
axios 를 사용하고 계신 것으로 보이는데, package.json에 명시해주지 않아서 npm install을 해도 오류가 발생해요.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

요구사항
기본
공통
중고마켓 페이지
PC, Tablet, Mobile 디자인에 해당하는 중고마켓 페이지를 만들어 주세요.
중고마켓 페이지 url path는 별도로 설정하지 않고, '/'에 보이도록 합니다.
상단 네비게이션 바, 푸터는 랜딩 페이지와 동일한 스타일과 규칙으로 만들어주세요.
상품 데이터는 https://panda-market-api.vercel.app/docs/에 명세된 GET 메소드 "/products" 를 활용해주세요.
상품 목록 페이지네이션 기능을 구현합니다.
드롭 다운으로 "최신 순" 또는 "좋아요 순"을 선택해서 정렬을 구현하세요.
상품 목록 검색 기능을 구현합니다.
베스트 상품 데이터는 https://panda-market-api.vercel.app/docs/에 명세된 GET 메소드 "/products"의 정렬 기준 favorite을 사용해주세요.
심화
공통
커스텀 hook을 만들어 필요한 곳에 활용해 보세요.
중고마켓 페이지
중고 마켓의 카드 컴포넌트 반응형 기준은 다음과 같습니다.
반응형에 따른 페이지 네이션 기능을 구현합니다.
주요 변경사항
멘토에게