We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6dc3ef commit 1442383Copy full SHA for 1442383
project/README.md
@@ -0,0 +1,20 @@
1
+## 코로나 세계 현황판 만들기
2
+
3
+## 할 일
4
5
+- [ ] 좌측 메뉴의 active, focus 스타일링 추가
6
+- [X] 차트 데이터는 지난 2주 동안의 확진자 추세로 데이터 설정
7
+- [X] 로딩 애니메이션 우측 두 패널에 적용하기
8
+- [X] Total Confirmed 숫자 강조 표시. 빨간색으로
9
10
+## 버그
11
12
+- [ ] 좌측 메뉴 드래그 했을 때 에러
13
+- [X] 좌측 메뉴 미친듯이 클릭할 때 에러
14
+ - 로딩 상태 변수를 함수 안에서 관리하다가 밖으로 빼서 해결
15
16
+## 참고 자료
17
18
+- [존스 홉킨스 코로나 현황](https://www.arcgis.com/apps/opsdashboard/index.html#/bda7594740fd40299423467b48e9ecf6)
19
+- [Postman API](https://documenter.getpostman.com/view/10808728/SzS8rjbc?version=latest#27454960-ea1c-4b91-a0b6-0468bb4e6712)
20
+- [Type Vue without Typescript](https://blog.usejournal.com/type-vue-without-typescript-b2b49210f0b)
0 commit comments