The COVID Data Visualization App is a web application that allows users to visualize and explore COVID-19 and mortality data across different countries. The app provides interactive and insightful charts, graphs, and a world map to help users understand and analyze the impact of COVID-19 on a global scale.
- Introduction
- Features
- Installation
- Usage
- Worldmap Page
- Comparatives Page
- Charts Page
- Screenshots
- Contributing
- License
The COVID Data Visualization App is a web application that allows users to visualize and explore COVID-19 and mortality data across different countries. The app provides interactive and insightful charts, graphs, and a world map to help users understand and analyze the impact of COVID-19 on a global scale.
- Interactive world map with COVID-19 statistics by country
- Comparative data analysis for multiple countries
- Visual representation of mortality data through charts
- Real-time data updates
This is a comprehensive COVID data visualization app built with React and Redux. It provides users with three main pages:
The Worldmap page displays a world map with color-coded markers representing COVID statistics for different countries. Users can interact with the map to view detailed information about each country.
The Comparatives page allows users to compare COVID statistics between multiple countries using interactive charts and graphs. Users can customize the data they want to compare and visualize the trends over time.
The Charts page presents various charts and graphs showcasing COVID-related data for a specific country. Users can select a country from the dropdown menu to view the data visualization.
To run the app locally, follow these steps:
- Clone the repository to your local machine.
- Navigate to the project directory.
- Install the required dependencies using
npm install
. - Start the development server using
npm start
.
Once the app is running, you can access it by visiting http://localhost:3000
in your web browser.
The Worldmap page displays an interactive world map with markers for each country. Each marker represents the country's COVID-19 statistics, such as the number of confirmed cases, deaths, and recoveries. Users can click on a marker to view detailed information about that specific country. The map also supports zooming and panning for better navigation.
The Comparatives page allows users to select multiple countries and compare their COVID-19 data side by side. Users can choose specific statistics to compare, such as confirmed cases, deaths, recoveries, and more. The data is displayed in tabular format for easy comparison.
The Charts page offers various charts and graphs to visualize COVID-19 mortality data. Users can select a country and view the corresponding mortality data represented in line charts. The charts display information about deaths in different years, including 2023, average deaths from 2015 to 2019, deaths since 2020, and deaths in 2015.
e MIT License.