https://github.com/semibran/covid-globe
Data visualization for COVID-19 around the globe
https://github.com/semibran/covid-globe
Last synced: over 1 year ago
JSON representation
Data visualization for COVID-19 around the globe
- Host: GitHub
- URL: https://github.com/semibran/covid-globe
- Owner: semibran
- License: mit
- Created: 2021-01-16T04:00:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-01-17T15:13:18.000Z (over 5 years ago)
- Last Synced: 2025-02-12T18:59:13.693Z (over 1 year ago)
- Language: JavaScript
- Size: 13.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# COVID-19 Worldwide
> 3D data visualization of COVID-19 around the globe
[Try the demo](http://covidglobe.herokuapp.com)

## Inspiration
COVID-19 is something that has affected all of us, each in varying amounts. Even with a vaccine being developed the threat of COVID-19 still looms large over many countries. A large contributor to the spread of the disease is underestimation of risk. We created an interactive 3D visualization of the spread of COVID-19 across the world to provide a strong visual source of how serious the impact of COVID-19 is.
## What it does
Displays the geographical history of COVID-19 on an interactive globe from your web browser. Automatically shows the hotspots in COVID-19 activity around the world over time. Also provides data about the number of vaccinations handed out per country.
## How we built it
React, Three.js, Node.js, MongoDB, Heroku
## Challenges we ran into
Retrieving, storing, and displaying the data
Finding reliable sources of COVID-19-related information
## Accomplishments that we're proud of
## What we learned
Prioritization
3D rendering and interactivity
Database normalization and queries
## What's next for COVID-19 Worldwide
Retrieving new data automatically
Other categories for data visualization
UI improvements
## Building
To get started, clone this repo and enter the following commands:
```sh
> pnpm i # install deps
> make start # watch files; requires make 3.8.2+
```
## License
[MIT](https://opensource.org/licenses/MIT)