Rewrite with typescript

This commit is contained in:
Hazem Krimi
2020-10-16 13:39:24 +01:00
parent df2df85c83
commit be8ea198ef
32 changed files with 1277 additions and 378 deletions
+3 -2
View File
@@ -7,8 +7,9 @@
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="Best weather app"
/>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap" rel="stylesheet">
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
@@ -24,7 +25,7 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>React App</title>
<title>Weather</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>