- New Repo with Covid-19 spread GeoJSON
- Data Catalog
- VegaLite graph

```
## Data Catalog
<Catalog
  datasets={[
    {
      _id: 'map-of-spreaded-covid',
      metadata: {
        title: 'Spreading of the Covid-19',
        'details-of-task': 'Dataset contains the map of the Covid-10 spread',
        'task-description': 'Provides insights into the global spread of confirmed cases.',
      },
      url_path: 'map-of-spreaded-covid'
    }
  facets={[
    'title'
  ]}
/>
```
