Skip to content

Commit 2b94a44

Browse files
committed
v1.0
1 parent 04b2404 commit 2b94a44

24 files changed

+2468
-175
lines changed

.firebase/hosting.YnVpbGQ.cache

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
favicon.ico,499162500000,d96ddbc4933b04e12c738ab39f469573143949ca2c39eda0a49d16f83d40c319
2+
logo192.png,499162500000,3ee59515172ee198f3be375979df15ac5345183e656720a381b8872b2a39dc8b
3+
logo512.png,499162500000,ee7e2f3fdb8209c4b6fd7bef6ba50d1b9dba30a25bb5c3126df057e1cb6f5331
4+
manifest.json,499162500000,aff3449bdc238776f5d6d967f19ec491b36aed5fb7f23ccff6500736fd58494a
5+
robots.txt,499162500000,bfe106a3fb878dc83461c86818bf74fc1bdc7f28538ba613cd3e775516ce8b49
6+
asset-manifest.json,1600589438877,fb74597baa6a72855437f8bec0f75b66c947b9ffe150bb3f346f77a89340e8b3
7+
precache-manifest.5a8ba4cc07adba033b4f708de9c3c0be.js,1600589438877,3b84fa5125754098c504e80c3183e9dcd6a32840d70631279525c9d4bb8b3882
8+
index.html,1600589438877,9c83195dc1a1ac0e1ea9c11883fd0ffa04a84a9bd291584f046694a338396dbe
9+
service-worker.js,1600589438877,b1be6d3c08b04f4ca694586970486e1f2525dd9096cd63a5d247a3b86e3b60fc
10+
static/css/main.7e8fd770.chunk.css,1600589438880,32e54a80f9f40d90987584511e60609e47e2375bfa68d0d27c74787a42d68a6e
11+
static/css/main.7e8fd770.chunk.css.map,1600589438907,7c0ce857265654598e9acdb6668d9a1950bd098526a3e53690c552bc5ea405de
12+
static/js/2.cadae729.chunk.js.LICENSE.txt,1600589438907,f9181d273ff734f1589eb1d6051890f2ba04c027c1af05914af2d30d52034cd4
13+
static/js/runtime-main.396c5088.js,1600589438907,dd387a65bb811db883a29755db2ee41c0b28b686b0d93f7f98288e4c7dc355f6
14+
static/js/runtime-main.396c5088.js.map,1600589438907,bb6841153aba80247a47166648225d76d8a8ba0a46e612ae971593a01d97850f
15+
static/media/global.256bbb57.svg,1600589438879,6b0a82893bde9136c25fc20fa615002b4b2dfd33c9fe727647d307c30205d7aa
16+
static/media/virus1.b3d8d53c.svg,1600589438907,46f05c7c6728cce6a33d70a781725f0865d0e98e6335999ce3a68ee249605957
17+
static/js/main.4615b95b.chunk.js,1600589438881,54700e7a72eee8cdf4a7f213064249eebe9ec04670e84333c0e6f7e1e0ed09a1
18+
static/js/2.cadae729.chunk.js,1600589438907,f2a4c6e14de97a9746671f364d0ad6abe2567f3ada645bb8b8c7530f7efa4f11
19+
static/js/main.4615b95b.chunk.js.map,1600589438907,850711fceff377370f9645fef444f391db749635240587f6439c251396936af2
20+
static/js/2.cadae729.chunk.js.map,1600589438908,6e732a2b3e519cee475b7d171fdd0c25727239e548af575743c26951dac136e2

.firebaserc

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"projects": {
3+
"default": "c0vid-tracker"
4+
}
5+
}

firebase.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"hosting": {
3+
"public": "build",
4+
"ignore": [
5+
"firebase.json",
6+
"**/.*",
7+
"**/node_modules/**"
8+
],
9+
"rewrites": [
10+
{
11+
"source": "**",
12+
"destination": "/index.html"
13+
}
14+
]
15+
}
16+
}

package-lock.json

+34-94
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,19 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@apollo/client": "^3.1.5",
76
"@material-ui/core": "^4.11.0",
87
"@material-ui/icons": "^4.9.1",
98
"@material-ui/lab": "^4.0.0-alpha.56",
109
"@testing-library/jest-dom": "^4.2.4",
1110
"@testing-library/react": "^9.5.0",
1211
"@testing-library/user-event": "^7.2.1",
1312
"axios": "^0.20.0",
14-
"graphql": "^15.3.0",
13+
"canvasjs": "^1.8.3",
14+
"leaflet": "^1.7.1",
15+
"numeral": "^2.0.6",
1516
"react": "^16.13.1",
1617
"react-dom": "^16.13.1",
18+
"react-leaflet": "^2.7.0",
1719
"react-scripts": "3.4.3"
1820
},
1921
"scripts": {

public/index.html

+6
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@
1010
content="Web site created using create-react-app"
1111
/>
1212
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
13+
<link
14+
rel="stylesheet"
15+
href="https://unpkg.com/[email protected]/dist/leaflet.css"
16+
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
17+
crossorigin=""
18+
/>
1319
<!--
1420
manifest.json provides metadata used when your web app is installed on a
1521
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/

src/App.css

+37
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
2+
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap'); */
3+
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@700&display=swap');
4+
5+
*,*::before,*::after{
6+
box-sizing: border-box;
7+
}
8+
9+
10+
.leaflet-container {
11+
height: 100%;
12+
width: 100%;
13+
}
14+
15+
.leaflet-tile {
16+
-webkit-filter: hue-rotate(180deg) invert(100%);
17+
}
18+
19+
.leaflet-control-zoom-in,
20+
.leaflet-control-zoom-out,.leaflet-popup-content-wrapper{
21+
background-color: #424242 !important;
22+
/* background:#424242 !important; */
23+
color: white !important;
24+
}
25+
26+
.leaflet-popup-tip{
27+
background-color: #424242 !important;
28+
/* background:#424242 !important; */
29+
/* color: white !important; */
30+
}
31+
32+
33+
34+
35+
.new__cases::before{
36+
content: '+';
37+
}

0 commit comments

Comments
 (0)