Skip to content
This repository has been archived by the owner on Sep 8, 2021. It is now read-only.

Latest commit

 

History

History
24 lines (15 loc) · 931 Bytes

ex00.md

File metadata and controls

24 lines (15 loc) · 931 Bytes

Exercise 00 - Pull & Push

제출할 폴더 이름 : ex00
제출할 파일 이름 : 리액트 프로젝트에 필요한 모든 파일
사용 가능한 외부 모듈 :
참고사항 :
  • 이번 과제도 CRA를 사용합니다.

  • form tag를 사용하여 input box를 만드세요.

  • form tag를 사용하여 click button을 만드세요.

  • 유저가 input에 텍스트를 입력하고 click button을 눌렀을 때, console.log를 사용하여 Component에서 입력된 텍스트 값을 출력하는 컴포넌트를 만드세요.


  • form tag를 사용하여 input box를 만드세요.

  • 유저가 input에 입력한 텍스트를 바꿀 때마다 console.log를 사용하여 값을 출력하는 컴포넌트를 만드세요.