HomeAboutMeBlogGuest
© 2025 Sejin Cha. All rights reserved.
Built with Next.js, deployed on Vercel
🐣
프론트엔드 데브코스 4기 교육생
/
🍎
윤지석팀
/
💾
임시 저장소
/
팀 프로젝트 관련

팀 프로젝트 관련

공통 컴포넌트


  • Button 하
  • Input 상
  • Logo 하
  • Icon 하
  • Tag 하
  • TextArea 중
  • Footer 하
  • Header 최상
  • UserCard 중
  • PostCard 중
  • CommentCard 중
 
김희석 : Input, Header
송인재 : UserCard, Icon
이종현 : Footer, Logo
이찬 : TextArea, Tag
정찬욱 : PostCard, CommentCard, Button
 

Router 주소


path
종류
/
Root(메인) 페이지
/filter?tag=태그
Root(메인) 페이지 (태그)
/search?post=키워드
Root(메인) 페이지에서 키워드로 검색 (게시글)
/search?user=키워드
Root(메인) 페이지에서 키워드로 검색 (유저)
/post/{postId}
게시글 상세 페이지
/post/{postId}/edit
게시글 작성 페이지
/login
로그인 페이지
/register
회원가입 페이지
/user/{userId}
유저 정보 페이지
/user/posts
마이페이지 (게시글)
/user/comments
마이페이지 (댓글)
/user/edit
내 정보 수정 페이지
/user/edit/password
비밀번호 변경 페이지
/notifications
알림 페이지
/message
메세지 페이지
/message/{messageId}
메세지 확인 페이지