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

https://github.com/blackiq/react-covid

React covid status fetcher.
https://github.com/blackiq/react-covid

api covid react

Last synced: 4 months ago
JSON representation

React covid status fetcher.

Awesome Lists containing this project

README

          

# [React Covid](https://blackiq.github.io/React-Covid)

This a practical project to user APIs in a base level. Just fetch data and render it in components.

### API

This project use the same API that I used in [Flask Covid application](https://github.com/BlackIQ/Covid).

If you don't know, that is [http://covidapi.com](covidapi.com). But there is a problem I don't know why. It doesn't show recovered people count.

If you know any better API, please open an issue and suggest it.

### Preview

![Home](public/images/home.png)
![Items](public/images/items.png)
![Mobile](public/images/mobile.png)

### My opinion

I worked with Flutter and Flask for APIs. The most simple way to use APIs is in React.

I didn't confused in this project exactly opposite of Flutter. I never learned how to use APIs in FLutter.

### How to run?

- Clone it

```shell
$ git clone https://github.com/BlackIQ/React-Covid && cd React-Covid
```

- Run it

```shell
$ npm start
```