inflearn logo
강의

강의

N
챌린지

챌린지

멘토링

멘토링

N
클립

클립

로드맵

로드맵

지식공유

인프런 워밍업 클럽 스터디 1기 FE 과제(8번 과제)

이슬
0

[8번 과제(Day9) - 예산 계산기 앱]

따라하며 배우는 리액트 A-Z

학습 범위: Section 1 ~ 3

https://github.com/helloleesul/inflearn-warmup-club-study/tree/main/budget-calculator-app

과제 이미지

image

 <Form
    currentItem={currentItem}
    setCurrentItem={setCurrentItem}
    handleSubmit={handleSubmit}
    editMode={editMode}
 />
 <ListGroup
    listData={listData}
    handleEditMode={handleEditMode}
    handleDelete={handleDelete}
 />

웹 개발 인프런 워밍업클럽 FE 1기 과제

답변 0