◐ Shell
clean mode source ↗

Comparing main...develop · JCTG-JavaScript-Coding-Test-Group/SolutionBankWebsite

Commits on Jun 29, 2022

  1. Configuration menu

    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 남아있는 문제 해결
    Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    Browse the repository at this point in the history

  3. Configuration menu

    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 적용
    Configuration menu

    Browse the repository at this point in the history

Commits on Jul 2, 2022

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. Configuration menu

    Browse the repository at this point in the history

Commits on Jul 20, 2022

  1. Configuration menu

    Browse the repository at this point in the history

  2. Configuration menu

    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 삭제
    Configuration menu

    Browse the repository at this point in the history

  4. Configuration menu

    Browse the repository at this point in the history