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

[3주차 기본과제] 당신 누구얒! #5

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Commits on Oct 15, 2022

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

Commits on Oct 21, 2022

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

Commits on Oct 27, 2022

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

Commits on Nov 3, 2022

  1. Fix : header영역 디자인 수정

    과제 틀을 잡기위해 설정한 값 변경.
    myeongheonhong committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    f2ed87c View commit details
    Browse the repository at this point in the history
  2. [ Feat ] : Main Component 기능구현

    - image를 보여주는 IamgeBox 구현,
    - 이름 보기를 보여주는 NameList&NameItem 구현,
    - NameItem에는 onClick 속성을 통해 props로 전달받은 checkPerson에 클릭 된 보기에 해당되는 이름을 인자로 전달.
    - ResetBtn을 클릭 시 resetGame함수를 실행시킴.
    myeongheonhong committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    add1dc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d3c8e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db9c988 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67a3a4c View commit details
    Browse the repository at this point in the history
  6. [ Etc ] : "Footer.jsx 파일 삭제"

    - 다시하기의 버튼을 Main 컴포넌트로 이동시켜 해당 파일 삭제.
    myeongheonhong committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    41b1ba7 View commit details
    Browse the repository at this point in the history
  7. [ Feat ] : "App 컴포넌트 기능구현"

    - [정답,이미지,5명의 보기]의 배열정보를 담고있는 people을 선언.
    - Main에서 전달된 checkPerson의 매개변수가 정답과 일치한다면 answer의 상태를 true로 변경.
      useEffect에서 answer의 상태가 변경시 Point와 다음문제(Index증가)로 넘어감.
    - resetGame이 호출될 경우 reset의 값을 true로 변경 시 useEffect에서 점수와 문제(Index)를 초기화.
    - 조건에 따라 전달하는 props를 다르게하여 마지막 문제를 맞출 시 끝나는 메세지를 보여주는 화면 구현.
    myeongheonhong committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    3185fc2 View commit details
    Browse the repository at this point in the history
  8. [ Fix ] : "구현사항 반영"

    - 두개의 컴포넌트로 나누어서 진행하는 구현사항 반영
    myeongheonhong committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    133600c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. [ Feat ] : "생각과제 아티클 작성"

    - styled-component에 대한 아티클작성.
    - React/Vue/Angular/Svelte 비교 아티클 작성.
    myeongheonhong committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    7dd695d View commit details
    Browse the repository at this point in the history