-
Notifications
You must be signed in to change notification settings - Fork 0
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
[feature] api 연동 #14
Labels
enhancement
New feature or request
Comments
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
- 완료한 챌린지 내용 체크 페이지, 에러 페이지, 이미 가지고 있는 챌린지가 있어 더 뽑을 수 없다는 페이지를 추가합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
- 카테고리 이미지를 배열로 모아놓았습니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
- axios instance를 추가합니다 - 인터셉트를 통해 토큰상태를 미리 확인하고 가져올 수 있습니다 - 인터셉트 로직은 고쳐야합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
- 버튼을 눌렀을 때 이동하는 페이지경로를 수정합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
- 로그인 상태를 감지하는 커스텀 훅을 만듭니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
- 이미 도전 중인 챌린지가 있다면 보여줄 페이지를 추가합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
- 백엔드 api 중 챌린지를 뽑는 api를 연동합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
Hah-nna
added a commit
that referenced
this issue
Mar 29, 2024
- 쿠키에 저장, 삭제, 조회할 수 있는 함수를 만듭니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 30, 2024
- 중복요청을 방지하기 위해 해당 라이브러리 설정을 합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 30, 2024
- 쿠키의 만료기한을 설정해서 저장하는 부분을 수정합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 30, 2024
- 뽑는 룰렛의 시간을 의도적으로 3초로 늘립니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 30, 2024
- 설정화면에서 비로그인시 보여질 화면을 설정합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 30, 2024
- 마이페이지에서 챌린지 뽑기 버튼을 누르면 챌린지 뽑기로 이동합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 30, 2024
- 챌린지 만료페이지에 남은 시간, 챌린지명을 추가합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 날짜를 원하는대로 파싱해주는 라이브러리 입니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 크롤러가 크롤링할 수 있게 하는 robots.txt와 구글이 사이트 정보를 수집할 수 있게 하는 사이트맵을 추가합니다 - meta tag에 쓰인 서비스 이미지도 첨부합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- tanstack query를 추가합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- tanstack query를 사용하기 위해 프로바이더를 추가합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
service img and default img - 서비스 소개란에 사용될 이미지와 기본 프로필 이미지를 설정합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 챌린지이미지로딩이 아니면 색깔을 다르게 변하도록 설정합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 로그인 커스텀 훅에 있는 것을 변경합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 만료기한과 시작시간을 계산해 남은 시간을 리턴함 - 남은 시간을 퍼센트로 계산해 리턴함 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 사용하지 않는 요청 함수를 삭제합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 챌린지 뽑기에 관련된 함수를 메인 페이지로 이동합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 완료한 챌린지 페이지에 완료한 시간을 파싱해서 추가합니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 남은 시간을 퍼센트로 계산해서 프로그래스바의 애니메이션이 퍼센트에 따라서 되게 합니다 - by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- 보여지는 시작시간, 얼마나 남았는지를 포맷팅해서 보여줍니다 by Hah-nna #14
Hah-nna
added a commit
that referenced
this issue
Mar 31, 2024
- axios를 axios 인스턴스로 변경합니다 by Hah-nna #14
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
카카오 로그인은 따로 이슈를 팠음
The text was updated successfully, but these errors were encountered: