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하여 사용
엔터키 함수 바로 ㄱㄱ 하는거
<input type="text" id="task-input" onkeyup="if(window.event.keyCode==13){(addTask())}" />
'프론트 > javascript' 카테고리의 다른 글
javascript eventListener 방법 메모 (0) | 2022.08.30 |
---|---|
ES6 자바스크립트 최신 문법 (0) | 2022.08.05 |
숫자 예상 게임과, GitHub와 Netlify를 이용한 쉽고 빠른 HTTPS 무료 호스팅 (0) | 2022.08.03 |
var, let, const (0) | 2022.07.13 |
호이스팅(hoisting) (0) | 2022.06.09 |