Corona Globe, a global view of Covid pandemia using Javascript and React.
Corona Globe is a React based Web application leveraging Vasco Asturiano globe.gl components https://github.com/vasturiano/react-globe.gl and COVID-19 Dataset by Our World in Data https://github.com/owid/covid-19-data.
Data can be filtered by:
- Total cases
- New cases
- Total deaths
- New deaths
- ICU patients
- Hospitalized patients
Note: Data by Our World in Data is updated daily.
When clicking on a country a detailed view appears
Download the project in a folder of your choice, then, you can run:
Followed by
If you want to generate a production build:
Builds the app in the build folder.
Once the project has built you can start it by executing
Note: The application now uses Vercel Serverless Functions for API endpoints, so there's no need to run a separate server.