HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
프로그래머스 프론트엔드 데브코스 2기
프로그래머스 프론트엔드 데브코스 2기
/
🐢
달리팀
/
🏆
비드마켓 - 사이코
/
💛
UI기능명세서
💛

UI기능명세서

이름
router URL
로그인 필요 여부
🌑
메인 페이지 (Main Page)
/
로그인 필요 여부
🌒
로그인/회원가입 페이지 (Login Page)
/login
로그인 필요 여부
🌓
회원 정보 페이지 (User Page)
/user/[userId]
로그인 필요 여부
🌔
회원 정보 수정 페이지 (User Edit Page)
/user/[userId]/edit
로그인 필요 여부
🌕
검색 결과 페이지 (Search Page)
/products&keyword={keyword}
로그인 필요 여부
🌖
상품 상세 페이지 (ProductId Page)
/products/[productId]
로그인 필요 여부
🌗
상품 등록 페이지 (Create Product Page)
/product
로그인 필요 여부
🌘
알림 페이지 (Notification Page)
/user/[userId]/notifications
로그인 필요 여부
🌑
판매한 상품
/user/[userId]/products/sell
로그인 필요 여부
🌒
입찰한 상품
/user/[userId]/products/bid
로그인 필요 여부
🌓
찜한 상품
/user/[userId]/products/like
로그인 필요 여부
🌔
채팅 목록 페이지
/user/[userId]/chat
로그인 필요 여부
🌕
채팅 페이지
/user/[userId]/chat/[chatId]
로그인 필요 여부
🌖
신고하기 페이지
/reports
로그인 필요 여부
🌗
로그아웃, 회원탈퇴 페이지
/user/[userId]/setting
로그인 필요 여부
🌘
400, 500 페이지
로그인 필요 여부