-
Notifications
You must be signed in to change notification settings - Fork 31
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
[최지예] sprint5 #121
The head ref may contain hidden characters: "basic-\uCD5C\uC9C0\uC608-sprint5"
[최지예] sprint5 #121
Conversation
51cbaad
to
1b2c0f1
Compare
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.
너무 정석이라 할 얘기가 없는데요? 졸업하셔도 될듯요;;
window.innerWidth < MOBILE_BREAKPOINT | ||
); | ||
const [isTablet, setIsTablet] = useState( | ||
window.innerWidth < TABLET_BREAKPOINT |
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.
isTablet
인 경우 무조건 isMobile
도 true
이기 때문에 MOBILE_BREAKPOINT <= window.innerWidth < TABLET_BREAKPOINT
로 조건을 변경해주시는게 좋을거 같습니다.
기본 요구사항
공통
중고마켓 페이지
PC, Tablet, Mobile 디자인에 해당하는 중고마켓 페이지를 만들어 주세요.
중고마켓 페이지 url path는 별도로 설정하지 않고, '/'에 보이도록 합니다.
상단 네비게이션 바, 푸터는 랜딩 페이지와 동일한 스타일과 규칙으로 만들어주세요.
상품 데이터는 https://panda-market-api.vercel.app/docs/에 명세된 GET 메소드 "/products" 를 활용해주세요.
베스트 상품 데이터는 https://panda-market-api.vercel.app/docs/에 명세된 GET 메소드 "/products"의 정렬 기준 favorite을 사용해주세요.
배포 사이트
멘토에게