From ba784eaa2f75c7e9893ee5b3736bd5af4a9a5977 Mon Sep 17 00:00:00 2001 From: msaaddev Date: Fri, 18 Sep 2020 15:49:53 +0500 Subject: [PATCH 1/3] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20LICENSE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..3ec9391 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +MIT License Copyright (c) 2020 abdullah-ch + +Permission is hereby granted, free of +charge, to any person obtaining a copy of this software and associated +documentation files (the "Software"), to deal in the Software without +restriction, including without limitation the rights to use, copy, modify, merge, +publish, distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to the +following conditions: + +The above copyright notice and this permission notice +(including the next paragraph) shall be included in all copies or substantial +portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF +ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO +EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING +FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 7a92dfca527c9735aa656265186f113f1c226055 Mon Sep 17 00:00:00 2001 From: msaaddev Date: Fri, 18 Sep 2020 15:50:20 +0500 Subject: [PATCH 2/3] =?UTF-8?q?=F0=9F=93=A6=20NEW:=20license=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 41ebaa2..561899c 100644 --- a/package.json +++ b/package.json @@ -37,5 +37,6 @@ "last 1 firefox version", "last 1 safari version" ] - } -} + }, + "license": "MIT" +} \ No newline at end of file From 2b39a966ad916382eda7fe0ed33f3a8a917a9ac2 Mon Sep 17 00:00:00 2001 From: msaaddev Date: Fri, 18 Sep 2020 15:50:36 +0500 Subject: [PATCH 3/3] =?UTF-8?q?=F0=9F=93=96=20DOC:=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 76 +++++++------------------------------------------------ 1 file changed, 9 insertions(+), 67 deletions(-) diff --git a/README.md b/README.md index 8d3473f..84e3064 100644 --- a/README.md +++ b/README.md @@ -1,72 +1,14 @@ -This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app). +
+

🦠 COVID-19 Tracker

+
-LIVE Link = https://abdullahch-covid-19-tracker.netlify.app/ +>A web application that shows you the recent stats of COVID-19. -Shout Out to Javascript Mastery for awesome projects ! (link = https://www.youtube.com/channel/UCmXmlB4-HJytD7wek0Uo97A) +## 🚀 FEATURES -## Available Scripts +- Show you current stats of Active, Recovered & Deaths of any country. +- Displays the stats in Graphs -In the project directory, you can run: +## 🔑 LICENSE -### `yarn start` - -Runs the app in the development mode.
-Open [http://localhost:3000](http://localhost:3000) to view it in the browser. - -The page will reload if you make edits.
-You will also see any lint errors in the console. - -### `yarn test` - -Launches the test runner in the interactive watch mode.
-See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. - -### `yarn build` - -Builds the app for production to the `build` folder.
-It correctly bundles React in production mode and optimizes the build for the best performance. - -The build is minified and the filenames include the hashes.
-Your app is ready to be deployed! - -See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information. - -### `yarn eject` - -**Note: this is a one-way operation. Once you `eject`, you can’t go back!** - -If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project. - -Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own. - -You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it. - -## Learn More - -You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started). - -To learn React, check out the [React documentation](https://reactjs.org/). - -### Code Splitting - -This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting - -### Analyzing the Bundle Size - -This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size - -### Making a Progressive Web App - -This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app - -### Advanced Configuration - -This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration - -### Deployment - -This section has moved here: https://facebook.github.io/create-react-app/docs/deployment - -### `yarn build` fails to minify - -This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify +- MIT