An open API service indexing awesome lists of open source software.

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

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/)*

![covid19](https://user-images.githubusercontent.com/17775859/95357227-3b476600-08e5-11eb-9fe3-2b2e747a5a72.JPG)

##### 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.