Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: JCTG-JavaScript-Coding-Test-Group/SolutionBankWebsite
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: JCTG-JavaScript-Coding-Test-Group/SolutionBankWebsite
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: develop
Choose a head ref
  • 11 commits
  • 25 files changed
  • 2 contributors

Commits on Jun 29, 2022

  1. Configuration menu
    Copy the full SHA
    31bfa9c View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2022

  1. [�#5] React 프로젝트 생성 및 제보사이트 전체 레이아웃 구현 (#6)

    * feat: 기본 CRA 폴더구조 생성
    
    * feat: recoil 설치 및 RecoilRoot 추가
    
    * feat: styled components 설치
    
    * feat: 상태관리를 이용한 TabNavigation 구현
    
    * feat: 정답제보, 오류제보 레이아웃 구현
    
    * fix: 오류 유형 변경시 input 남아있는 문제 해결
    chaerin-dev authored Jun 30, 2022
    Configuration menu
    Copy the full SHA
    62fe972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    73497f7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d9d4fd View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2022

  1. [#11] 제보사이트 - 코드 리뷰 반영 (#12)

    * refactor: 숫자가 아닌 실제 옵션 명으로 state 정의
    
    * refactor: onClick, onInput 내부 동작 함수로 분리
    
    * refactor: 순차적 렌더링을 위한 논리구문 변수로 분리
    
    * refactor: StyledComponent 적용
    chaerin-dev authored Jul 1, 2022
    Configuration menu
    Copy the full SHA
    22f8e5f View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu
    Copy the full SHA
    667efdc View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu
    Copy the full SHA
    dcfc117 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. etc: 배포 확인용 커밋

    배포 확인용 커밋입니다.
    chaerin-dev authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    3a3372b View commit details
    Browse the repository at this point in the history
  2. etc: 배포 에러 해결을 위한 임시 주석처리

    배포 에러 해결을 위한 임시 주석처리입니다.
    chaerin-dev authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a5a467c View commit details
    Browse the repository at this point in the history
  3. GitHub 로그인 기능 구현 (#20)

    * feat: prettier 패키지 추가
    
    * feat: github 로그인 기능 개발을 위한 주석처리
    
    * feat: env 파일 추가
    
    * feat: env 파일 추가
    
    * feat: github 로그인을 위한 accessToken 요청, 로그인 요청 기능 구현
    
    * feat: 깃허브 로그인 클릭시 동작 구현
    - 기존에 로그인 한 적이 있다면: 바로 본 페이지로 code와 함께 리디렉션됨
    - 기존에 로그인 한 적이 없다면: 깃허브 로그인페이지로 연결되고 인증 완료시 code와 함께 리디렉셕됨
    
    * feat: 로그인 사용자 정보 관리를 위한 RecoilState 추가 및 세션 스토리지로 관리를 위한 effect 추가
    
    * feat: userState 의 예시 Object 추가
    
    * feat: userState를 제어하기 위한 커스텀 훅 구현
    
    * feat: 에러핸들링 및 API 함수 이름 변경
    
    * feat: 깃허브 로그인 기능 추가 및 검색 가능 리스트 주석처리
    
    * feat: env 삭제
    codeisneverodd authored Jul 20, 2022
    Configuration menu
    Copy the full SHA
    a08f334 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd00dc6 View commit details
    Browse the repository at this point in the history
Loading