diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..496ee2ca
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+.DS_Store
\ No newline at end of file
diff --git a/README.md b/README.md
index 502436de..0e28256a 100644
--- a/README.md
+++ b/README.md
@@ -39,15 +39,15 @@
## ๐ฏ ์๊ตฌ์ฌํญ
-- [ ] todo list์ todoItem์ ํค๋ณด๋๋ก ์
๋ ฅํ์ฌ ์ถ๊ฐํ๊ธฐ
-- [ ] todo list์ ์ฒดํฌ๋ฐ์ค๋ฅผ ํด๋ฆญํ์ฌ complete ์ํ๋ก ๋ณ๊ฒฝ (li tag ์ completed class ์ถ๊ฐ, input ํ๊ทธ์ checked ์์ฑ ์ถ๊ฐ)
-- [ ] todo list์ x๋ฒํผ์ ์ด์ฉํด์ ํด๋น ์๋ฆฌ๋จผํธ๋ฅผ ์ญ์
-- [ ] todo list๋ฅผ ๋๋ธํด๋ฆญํ์ ๋ input ๋ชจ๋๋ก ๋ณ๊ฒฝ (li tag ์ editing class ์ถ๊ฐ) ๋จ ์ด๋ ์์ ์ ์๋ฃํ์ง ์์ ์ํ์์ escํค๋ฅผ ๋๋ฅด๋ฉด ์์ ๋์ง ์์ ์ฑ๋ก ๋ค์ view ๋ชจ๋๋ก ๋ณต๊ท
-- [ ] todo list์ item๊ฐฏ์๋ฅผ countํ ๊ฐฏ์๋ฅผ ๋ฆฌ์คํธ์ ํ๋จ์ ๋ณด์ฌ์ฃผ๊ธฐ
-- [ ] todo list์ ์ํ๊ฐ์ ํ์ธํ์ฌ, ํด์ผํ ์ผ๊ณผ, ์๋ฃํ ์ผ์ ํด๋ฆญํ๋ฉด ํด๋น ์ํ์ ์์ดํ
๋ง ๋ณด์ฌ์ฃผ๊ธฐ
+- [x] todo list์ todoItem์ ํค๋ณด๋๋ก ์
๋ ฅํ์ฌ ์ถ๊ฐํ๊ธฐ
+- [x] todo list์ ์ฒดํฌ๋ฐ์ค๋ฅผ ํด๋ฆญํ์ฌ complete ์ํ๋ก ๋ณ๊ฒฝ (li tag ์ completed class ์ถ๊ฐ, input ํ๊ทธ์ checked ์์ฑ ์ถ๊ฐ)
+- [x] todo list์ x๋ฒํผ์ ์ด์ฉํด์ ํด๋น ์๋ฆฌ๋จผํธ๋ฅผ ์ญ์
+- [x] todo list๋ฅผ ๋๋ธํด๋ฆญํ์ ๋ input ๋ชจ๋๋ก ๋ณ๊ฒฝ (li tag ์ editing class ์ถ๊ฐ) ๋จ ์ด๋ ์์ ์ ์๋ฃํ์ง ์์ ์ํ์์ escํค๋ฅผ ๋๋ฅด๋ฉด ์์ ๋์ง ์์ ์ฑ๋ก ๋ค์ view ๋ชจ๋๋ก ๋ณต๊ท
+- [x] todo list์ item๊ฐฏ์๋ฅผ countํ ๊ฐฏ์๋ฅผ ๋ฆฌ์คํธ์ ํ๋จ์ ๋ณด์ฌ์ฃผ๊ธฐ
+- [x] todo list์ ์ํ๊ฐ์ ํ์ธํ์ฌ, ํด์ผํ ์ผ๊ณผ, ์๋ฃํ ์ผ์ ํด๋ฆญํ๋ฉด ํด๋น ์ํ์ ์์ดํ
๋ง ๋ณด์ฌ์ฃผ๊ธฐ
## ๐ฏ๐ฏ ์ฌํ ์๊ตฌ์ฌํญ
-- [ ] localStorage์ ๋ฐ์ดํฐ๋ฅผ ์ ์ฅํ์ฌ, TodoItem์ CRUD๋ฅผ ๋ฐ์ํ๊ธฐ. ๋ฐ๋ผ์ ์๋ก๊ณ ์นจํ์ฌ๋ ์ ์ฅ๋ ๋ฐ์ดํฐ๋ฅผ ํ์ธํ ์ ์์ด์ผ ํจ
+- [x] localStorage์ ๋ฐ์ดํฐ๋ฅผ ์ ์ฅํ์ฌ, TodoItem์ CRUD๋ฅผ ๋ฐ์ํ๊ธฐ. ๋ฐ๋ผ์ ์๋ก๊ณ ์นจํ์ฌ๋ ์ ์ฅ๋ ๋ฐ์ดํฐ๋ฅผ ํ์ธํ ์ ์์ด์ผ ํจ
diff --git a/index.html b/index.html
index 13a02fdb..c94ff217 100644
--- a/index.html
+++ b/index.html
@@ -34,5 +34,6 @@