Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leandroargentiero/covid19-dashboard
A real-time dashboard that displays data about the Covid-19 virus outbreak
https://github.com/leandroargentiero/covid19-dashboard
hooks reactjs styled-components
Last synced: about 4 hours ago
JSON representation
A real-time dashboard that displays data about the Covid-19 virus outbreak
- Host: GitHub
- URL: https://github.com/leandroargentiero/covid19-dashboard
- Owner: leandroargentiero
- Created: 2020-03-15T16:54:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T10:18:19.000Z (almost 2 years ago)
- Last Synced: 2023-08-01T01:40:50.786Z (over 1 year ago)
- Topics: hooks, reactjs, styled-components
- Language: JavaScript
- Homepage: https://covid19-dashboard.netlify.com/
- Size: 5.11 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Covid-19 react dashboard
This repository displays real-time data about Covid-19 virus outbreak.
See [Demo](https://covid19-dashboard.netlify.com/)
### Used technologies
- React.js (Create React App)
- Hooks
- Styling with Styled Components
- Deployed on Netlify## Installing project
```
clone project
cd covid19-dashboard
```Install the dependencies
```
yarn
```Start development server
```
yarn start
Visit http://localhost:3000
```## Building for production
To create an optimised version of the app
```
yarn build```
## Data source
See [mathdroid/covid19](https://covid19.mathdro.id)