프론트/javascript

Todo App 만들기

임진묵식뽕뽑기 2022. 8. 3. 13:32

git : https://github.com/ChoiYongKyu/todoList
잡다한 메모

app:https://cyk-todo-list.netlify.app/

 

Document

모두 진행중 끝남

cyk-todo-list.netlify.app

 

 

GitHub - ChoiYongKyu/todoList

Contribute to ChoiYongKyu/todoList development by creating an account on GitHub.

github.com

 

리스트를 이용하여 todoList를 만들어봄,  Check, Delete  간단한 기능

 

전체, 진행중 , 끝냄에 따라 각각 리스트를 만들어 push하여 사용

event.target 하면 클릭되는 정확하 컴포넌트 출력가능

 

 
엔터키 함수 바로 ㄱㄱ 하는거
<input type="text" id="task-input" onkeyup="if(window.event.keyCode==13){(addTask())}" />