https://github.com/hasantezcan/coronastats
Easy way to look the corona stats in your country.
https://github.com/hasantezcan/coronastats
covid-19 material-ui reactjs
Last synced: about 2 months ago
JSON representation
Easy way to look the corona stats in your country.
- Host: GitHub
- URL: https://github.com/hasantezcan/coronastats
- Owner: hasantezcan
- License: mit
- Created: 2020-05-02T10:03:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T15:38:24.000Z (almost 5 years ago)
- Last Synced: 2025-02-26T15:21:33.773Z (2 months ago)
- Topics: covid-19, material-ui, reactjs
- Language: JavaScript
- Homepage: https://coronastas.netlify.app/
- Size: 11.2 MB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# coronaStats
Easy way to look the corona stats in your country. [**Check it out!**](https://coronastas.netlify.app/)#### `Techs that used :` • [reactJS](https://github.com/facebook/react) • [material-ui](https://material-ui.com/)
#### `APIs that used :` • [covid19.mathdro.id](https://covid19.mathdro.id/api) • [restcountries.eu](https://restcountries.eu)
[](https://coronastas.netlify.app/)## Introduction
> This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).Install necessery packages.
```bash
npm install
```Runs the app in the development mode.
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.```bash
npm start
```