An open API service indexing awesome lists of open source software.

https://github.com/bkjang/vanilla-todoapp

:banana: This toy project is todoApp developed with Vanilla JS.
https://github.com/bkjang/vanilla-todoapp

banana chrome-extension javascript todolist web

Last synced: about 2 months ago
JSON representation

:banana: This toy project is todoApp developed with Vanilla JS.

Awesome Lists containing this project

README

          

# vanilla-todoApp

:banana: This toy project is canavasApp developed with `Vanilla JS`.

**Thanks to [Nomad Coders's 초보를 위한 바닐라 JS | Part 1](https://academy.nomadcoders.co/courses/enrolled/435558)**


## :pencil2: TODO

#### :ballot_box_with_check: Done / :ballot_box: TODO

- :ballot_box_with_check: `setInterval`로 시계 구현
- :ballot_box_with_check: 사용자 이름 입력 및 저장 기능 구현
- :ballot_box_with_check: Todo-List 구현(Todo, Done, Delete)
- :ballot_box_with_check: 배경 이미지 적용
- :ballot_box_with_check: Todo-List 구현(Todo, Done, Delete)
- :ballot_box_with_check: Geolocation을 이용하여 날씨 안내 구현 - API : (https://openweathermap.org/)
- :ballot_box_with_check: Todo-List Event Delegation으로 Refactoring
- :ballot_box: 디자인 변경 및 CSS 수정
- :ballot_box: Chrome Extension 배


## :hammer: Skills

- [HTML canvas API](https://www.w3schools.com/html/html5_canvas.asp)
- [canvas toDataUrl](https://developer.mozilla.org/en-US/docs/Web/API/HTMLCanvasElement/toDataURL)
- [HTML range API](https://www.w3schools.com/tags/att_input_type_range.asp)