-
노마드코더 크롬 바닐라JS 챌린지 후기Web 2022. 1. 25. 15:18SMALL
1. 완성작
https://github.com/daheejo/momentumbydahee.github-io
GitHub - daheejo/momentumbydahee.github-io: clone coding with vanilla js
clone coding with vanilla js. Contribute to daheejo/momentumbydahee.github-io development by creating an account on GitHub.
github.com
2. Concepts you need to learn again
- .classList.add/remove()
- localStorage.set(get)Item()
- .createElement()
- JSON.parse()
- .forEach()
- fetch()
- .then()
- navigator.geolocation.getCurrentPosition()
3. 추후 개선점 / 배워야할 것
1. CSS flex / Grid 복습 (특히 가운데 정렬.. 오랜만에 해서 너무 오래 걸렸다.)
2. Weather API 한 번 허용했으면 다시 새로고침할 때 묻지 않도록 수정하기
3. 시간대별로 그리팅 문구 다르게 설정 ex) Good morning! Good afternoon! Good evening!
반응형'Web' 카테고리의 다른 글
노마드코더 JS 챌린지 Assign.4 (0) 2022.01.13