스프린트 2차, 3차 미션 제출 #7
Open
youngsecondbrain-ai wants to merge 5 commits into
Hidden character warning
The head ref may contain hidden characters: "basic-\ud669\uc601\uc77c"
Open
Conversation
youngsecondbrain-ai
force-pushed
the
basic-황영일
branch
from
June 11, 2026 03:02
1d01459 to
75cbda2
Compare
devbini
self-requested a review
June 17, 2026 14:47
youngsecondbrain-ai
requested review from
devbini
and removed request for
devbini
June 19, 2026 02:05
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.
스트린츠 3차 미션 요구사항
기본 요구사항
공통
Github에 스프린트 미션 PR을 만들어 주세요.
'https://panda-market-api-crud.vercel.app/docs/#/Article' API를 이용하여 아래 함수들을 구현해 주세요.
getArticleList() : GET 메서드를 사용해 주세요.
응답의 상태 코드가 2XX가 아닐 경우, 에러메시지를 콘솔에 출력해 주세요.
.then() 메서드를 이용하여 비동기 처리를 해주세요.
.catch() 를 이용하여 오류 처리를 해주세요.
'https://panda-market-api-crud.vercel.app/docs/#/Product' API를 이용하여 아래 함수들을 구현해 주세요.
async/await 을 이용하여 비동기 처리를 해주세요.
try/catch 를 이용하여 오류 처리를 해주세요.
구현한 함수들을 아래와 같이 파일을 분리해 주세요.
이외의 코드들은 모두 main.js 파일에 작성해 주세요.
스트린트 2차 미션 요구사항
기본
로그인 페이지, 회원가입 페이지 공통
로그인 페이지
회원가입 페이지
심화 요구사항
공통
로그인 페이지, 회원가입 페이지 공통
주요 변경사항