Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tinspham209/react-corona-tracker
Display Infected, Recovered, Deaths in Card, Chart of 215 countries
https://github.com/tinspham209/react-corona-tracker
api chart chartjs react reactjs
Last synced: about 8 hours ago
JSON representation
Display Infected, Recovered, Deaths in Card, Chart of 215 countries
- Host: GitHub
- URL: https://github.com/tinspham209/react-corona-tracker
- Owner: tinspham209
- Created: 2020-04-06T18:33:02.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-25T08:43:26.000Z (8 months ago)
- Last Synced: 2024-03-25T10:02:27.112Z (8 months ago)
- Topics: api, chart, chartjs, react, reactjs
- Language: JavaScript
- Homepage:
- Size: 1.78 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mini Project: COVID-19 Tracker Application v1
## Date: 7 - Apr - 2020
### Functions
Display Infected, Recovered, Deaths in Card, Chart of 215 countries### Screenshot
### Tech-Stack
- React
- Chart.js
- Material-UI### API Used
https://covid19.mathdro.id/api### Deploy
### Plan Of Action
### After this project
### Directory Structure
```
.
├── .gitignore
├── package.json
├── README.md
├── public
└── src
├── api
├── components
├── Cards
├── Chart
├── CountryPicker
└── index.js
├── images
├── shared
└── Spinner
├── App.js
├── App.module.css
└── index.js
```
### Set up
Clone code to your component
- `git clone`
Run in cmd for install dependencies
- `npm install`start the development server
- `npm start`