Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`