From 360338a1627cb10f64f477ac912420de4731a528 Mon Sep 17 00:00:00 2001 From: ink-0 <71919983+ink-0@users.noreply.github.com> Date: Mon, 19 Jul 2021 18:34:59 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[week2]=20UserList=20UI=20=EC=83=9D?= =?UTF-8?q?=EC=84=B1=20]=20-ink-0/js-todo-list-step1/#17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 25 +++++++++++-------- index.js | 1 + src/css/style.css | 40 ++++++++++++++++++++++++++++++ src/js/TodoApp.js | 17 +++++++++---- src/js/components/user/UserList.js | 36 +++++++++++++++++++++++++++ 5 files changed, 103 insertions(+), 16 deletions(-) create mode 100644 src/js/components/user/UserList.js diff --git a/index.html b/index.html index 7dd958b4..6b98146c 100644 --- a/index.html +++ b/index.html @@ -13,17 +13,20 @@
-