Skip to content

Pinterest Clone Coding(핀터레스트 클론코딩 재구성)

Notifications You must be signed in to change notification settings

cmun2/PinterestFE

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PinterestFE

항해99 8기 7주차 5조 프론트엔트 레포지토리입니다.

팀원

성함 GitHub
이민영
문창용 @cmun2
조영은 @yeun38

프로젝트 시연사진

진입페이지

  • full-page-scroll index-1png index-2

메인페이지

  • 전체조회 main pn
  • 게시글 작성 upload

디테일 페이지

  • 게시글 상세 페이지 detail
  • 댓글 상세 페이지 detail-comment
  • 게시글 수정 페이지 detail-update

comment

commentId  : number
userId     : number
pinId      : number
content    : string
createdAt  : Date

`localhost:3000/api/pin?page=${1}&pageCount=${10}`

Response Form

isSuccess : boolean
message   : string
result    : object
{
  isSuccess: true,
  message: '',
  result: {
  }
}

JWT Error JWT 에러 존재

//  JWT 토큰이 필요한 도메인에서는 다음의 에러가 발생할 수 있습니다.
{
  isSuccess: false,
  message: “토큰이 필요합니다. || “만료된 토큰입니다. || “유효하지 않은 토큰입니다. || err.message,
  result: {}
}

api1 api2 api3 api4 api5

트러블 슈팅(Trouble Shooting)

@카카오 로그인 invalid client issue

@카카오 KOE320에러

@PR중 파일 드랍이슈

@PR중 yarn.lock 파일이슈

@Comment Edit & Delete Id Issue

@Detail Page Reloading Issue

About

Pinterest Clone Coding(핀터레스트 클론코딩 재구성)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 89.9%
  • CSS 8.4%
  • HTML 1.7%