https://github.com/deepankkartikey/covid-19-dashboard
A React App showing Covid19 Cases data
https://github.com/deepankkartikey/covid-19-dashboard
css disease-sh firebase javascript material-ui react-chartjs-2 react-leaflet reactjs
Last synced: 3 months ago
JSON representation
A React App showing Covid19 Cases data
- Host: GitHub
- URL: https://github.com/deepankkartikey/covid-19-dashboard
- Owner: deepankkartikey
- Created: 2020-07-21T00:47:17.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-03-26T18:26:27.000Z (over 4 years ago)
- Last Synced: 2025-01-30T16:18:45.319Z (5 months ago)
- Topics: css, disease-sh, firebase, javascript, material-ui, react-chartjs-2, react-leaflet, reactjs
- Language: JavaScript
- Homepage:
- Size: 235 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Covid 19 Tracker
##### Technologies Used
* React JS
* API for Data *[Click here](https://corona.lmao.ninja/docs/)*
* FireBase for Hosting
* Material UI for Design##### Goals Achieved
* Covid-19 Cases tracker with worldwide as well as country-specific data
* Hosting URL: *[Covid 19 Tracker](https://covid19-tracker-7016e.web.app/)*
##### Detailed Functionalities
* View Worldwide Cases
* View Country-wise cases
* Filter cases based on selected card
* Cases - in RED
* Recoveries - in GREEN
* Deaths - in RED
* Live Cases by country (*sorted*)
* Visualize Change in cases (*Linegraph*)##### Deploy On Firebase
Tutorial URL: *[Deploy App on Firebase](https://dzone.com/articles/react-apps-firebase)*##### Available Scripts
In the project directory, you can run:##### `npm 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.##### `npm run 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.