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.
- Host: GitHub
- URL: https://github.com/blackiq/react-covid
- Owner: BlackIQ
- Created: 2022-03-07T11:45:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-07T14:02:34.000Z (over 2 years ago)
- Last Synced: 2025-06-17T23:06:04.714Z (4 months ago)
- Topics: api, covid, react
- Language: JavaScript
- Homepage: https://blackiq.github.io/React-Covid
- Size: 3.2 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
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


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