Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)