Skip to content
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

과제 제출 #8

Open
wants to merge 32 commits into
base: master
Choose a base branch
from
Open

과제 제출 #8

wants to merge 32 commits into from

Commits on Mar 30, 2020

  1. [feat] 프로젝트 환경 셋팅

    react에 필요한 환경 설정과
    lint, code fomatting 과 관련된 설정을 완료
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    b8b1615 View commit details
    Browse the repository at this point in the history
  2. [chore] 경로를 줄이기 위해 alias 설정

    ../../../ 경로가 길어지는 것을 막고자
    webpack에서 alias 설정
    그에 따라 eslint에서 에러 발생해서 eslint 설정 또한 추가
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    74afc96 View commit details
    Browse the repository at this point in the history
  3. [chore] 글로벌 스타일 변경

    웹 폰트 적용 및
    필요없는 헤더 제거 및 그에 따른 main 스타일 변경
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    14a29c4 View commit details
    Browse the repository at this point in the history
  4. [feat] 버튼 컴포넌트 작성

    검색 버튼에 사용할 버튼 컴포넌트 작성
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    4541a04 View commit details
    Browse the repository at this point in the history
  5. [feat] searchInput UI 작성

    검색창 input에 대한 UI 작성 완료
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0575f45 View commit details
    Browse the repository at this point in the history
  6. [feat] searchBar 컴포넌트 UI 작성

    searchBar 컴포넌트 UI 작성 완료
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    561a76c View commit details
    Browse the repository at this point in the history
  7. [feat] star count UI 컴포넌트 작성

    star svg 및 카운트 수를 나타내는 컴포넌트 UI 작성
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    f6d5a82 View commit details
    Browse the repository at this point in the history
  8. [feat] search result description 컴포넌트 UI 작성

    검색한 유저나 organization에 따라
    총 레포수, 스타 수를 노출하는 컴포넌트 UI 작성
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    88adfb7 View commit details
    Browse the repository at this point in the history
  9. [feat] search result list 컴포넌트 ui 작성

    검색 결과에 따라 레포의 이름과 스타 수를 노출할 컴포넌트 ui 작성
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    067fd53 View commit details
    Browse the repository at this point in the history
  10. [feat] 과분리라 생각해서 input component 삭제

    ref 쓰려는데 오류나서왜지 보니까
    input 하나 컴포넌트로 분리해서였다ㅎㅎ..
    그래서 삭제 후 molecules에 그냥 input을 넣었다 ㅎㅎ
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    6729a36 View commit details
    Browse the repository at this point in the history
  11. [fix] result list에서 map key 변경

    에러나서 li로 key를 옮겨줌
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    354147e View commit details
    Browse the repository at this point in the history
  12. [feat] 결과를 마타내는 result 컴포넌트 ui 작성

    이름, 레포 수, 스타 수, 레포 리스트가 노출되는
    컴포넌트 작성
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    0ca5bdc View commit details
    Browse the repository at this point in the history
  13. [chore] webpack 설정 추가

    alias 추가 및 src 경로 추가
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    bb81219 View commit details
    Browse the repository at this point in the history
  14. [chore] axios 설치

    비동기 통신에 사용할 모듈 설치
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    45abe28 View commit details
    Browse the repository at this point in the history
  15. [feat] repo 목록 조회 api 오청 작성

    repo를 조회하는 api 요청 작성
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    db352cd View commit details
    Browse the repository at this point in the history
  16. [feat] 키워드에 따라 레포를 조회하는 GitStarRanking 컴포넌트 작성

    검색어 입력에 따라 레포 수, 스타 수, 레포 목록을 노출하는
    GitStarRanking 컴포넌트 작성
    lallaheeee committed Mar 30, 2020
    Configuration menu
    Copy the full SHA
    ac95675 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2020

  1. [docs] readme 업데이트

    readme 작성
    lallaheeee committed Mar 31, 2020
    Configuration menu
    Copy the full SHA
    0aa2d02 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2020

  1. [fix] 검색 결과에 레포 오너 이름 변경

    정확한 레포 오너 대소문자가 나타나도록 변경
    lallaheeee committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    fdd5f9c View commit details
    Browse the repository at this point in the history
  2. [chore(npm)] eslint-config-prettier 설치

    operator-linebreak 나 object-curly-newline 등
    eslint --fix와 prettier onSave 가 달라서 설치
    lallaheeee committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    7a764fc View commit details
    Browse the repository at this point in the history
  3. [refactor] eslint 설정 변경 및 코드 리팩토링

    1. import/no-cycle
    - index.js 삭제
    
    기타 코드 스타일 수정
    lallaheeee committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    963579e View commit details
    Browse the repository at this point in the history
  4. [chore(npm)] spinner 설치

    API 요청 로딩시 스피너를 노출하려고 npm 다운
    lallaheeee committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    b5c983e View commit details
    Browse the repository at this point in the history
  5. [fix] API 요청 로딩시 스피너 노출 추가

    API 요청 로딩시 스피너 노출 추가
    lallaheeee committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    cc1925d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d61df21 View commit details
    Browse the repository at this point in the history
  7. [fix] enter 검색이 가능하도록 검색창 수정

    더불어 클릭시 input 창의 value가 비워지도록 수정
    lallaheeee committed Apr 5, 2020
    Configuration menu
    Copy the full SHA
    eaa710e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4b57fbe View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2020

  1. [fix(api)] api util의 분리가 불필요하다 느껴 index.js로 병합

    요청을 처리하기 전이나 응답을 받기전 어떤 처리를 해주려 했으나
    그런 일이 없었음
    이에 따라 병합
    lallaheeee committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    2dccc48 View commit details
    Browse the repository at this point in the history
  2. [refactor] props가 없을 시 컴포넌트들이 early return 하도록 변경

    화면에 렌더링하지 않는 방법이 더 깔끔해서 변경
    lallaheeee committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    91f885f View commit details
    Browse the repository at this point in the history
  3. [refactor] useReducer 사용으로 변경

    useState 때보다 코드가 길어졌지만
    액션을 명시해주고 싶어서 변경
    lallaheeee committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    d7678b5 View commit details
    Browse the repository at this point in the history
  4. [chore(style)] 스타일 변경

    style.scss import가 되어있지 않아 수정
    기타 스타일 수정
    lallaheeee committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    6e0ddad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a7550b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99b0b3d View commit details
    Browse the repository at this point in the history
  7. [chore(style)] 검색 결과 스타일 수정

    너무 붙어 있는 것 같아서 margin 더함
    lallaheeee committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    c8ecfb0 View commit details
    Browse the repository at this point in the history