**스터디의 목적은 과제 형태를 지양하며,
개개인의 코드 개선과 활용성을 증대 시키는 것을 목적으로 진행하고 있습니다.**
1) 자료 정리
이종국 정리
https://veil-shock-17c.notion.site/coordinate-Practice-ab0b0f851319402992d2f27954ac9b35
김유민 정리
https://devyuminkim.github.io/devlog/dev-55-use-fetch-todo.html
이인재 정리
코드 대체
김다빈 정리
2) 구현 실습 (개인 코드 활용만 업로드)
이인재 'bookMarks'
간단 설명 : localStorage를 활용한 JSON - fetch API 연동, 북마크 형태를 구현해봤습니다.
https://github.com/llinjae/JavaScript
이종국 'chatbot, 3D motion'
간단 설명 :
1) chatbot : AI기능 없이 자바스크립트 자체에서 이벤트 코드를 활용하여 문자를 대체 할 수 있도록 구현해봤습니다.
2) 3D motion : coordinate의 특성과 translateZ 특성을 결합해서 3D motion을 구현해봤습니다.
https://jkkook.github.io/chatBot/
https://veil-shock-17c.notion.site/13c71d33726a4e71b45d09c3e115c1ed
김유민 'Todo-list'
간단 설명 : fetch API를 통한 Todolist 구현을 해봤습니다.
https://devyuminkim.github.io/devlog/dev-55-use-fetch-todo.html
자료 정리
이인재 정리
코드 대체
이종국 정리 : OOP
https://veil-shock-17c.notion.site/TS_-OOP-3b96f37afb944519a523573819a0e914
실습 코드
이인재
간단 설명 : Rock, scissor, paper '가위바위보' 게임을 구현해보았습니다.