From aec30d23ec75068716191c09debfe77c592761b5 Mon Sep 17 00:00:00 2001 From: jhhak Date: Sun, 11 Jul 2021 14:41:21 +0900 Subject: [PATCH] Add mission1 --- .idea/.gitignore | 8 +++ .idea/js-todo-list-step1.iml | 9 ++++ .idea/misc.xml | 6 +++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 +++ index.html | 94 +++++++++++++++++++++++++++++++++++- 6 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 .idea/.gitignore create mode 100644 .idea/js-todo-list-step1.iml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 00000000..73f69e09 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml +# Editor-based HTTP Client requests +/httpRequests/ diff --git a/.idea/js-todo-list-step1.iml b/.idea/js-todo-list-step1.iml new file mode 100644 index 00000000..d6ebd480 --- /dev/null +++ b/.idea/js-todo-list-step1.iml @@ -0,0 +1,9 @@ + + + + + + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 00000000..639900d1 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 00000000..e92d6223 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index 66fc44f2..476b7f85 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@

TODOS

0 + +