Skip to content

This interactive map visualizes COVID-19 cases by region. It uses JavaScript and Mapbox GL to display markers with color-coded case severity and popups providing details (infected, deaths, recovered, sick). Data is fetched in real-time (potential implementation included).

Notifications You must be signed in to change notification settings

Binitjha2000/Covid-Live-Update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Real-Time COVID-19 Case Visualization

This project displays a dynamic map visualizing COVID-19 cases across regions. It utilizes several key technologies:

  • JavaScript: The core scripting language for fetching data, manipulation, and interacting with the map library.
  • Mapbox GL: A JavaScript library used to create interactive maps, displaying geographical data and markers for each region.
  • Fetch API: A modern JavaScript API for fetching data from a server (likely serving a JSON file with real-time case information).
  • JSON (JavaScript Object Notation): The data format used to store COVID-19 cases, containing properties like latitude, longitude, infected cases, deaths, etc.

The project retrieves case data through the Fetch API, parses it as JSON, and iterates through each region. For each region, it creates a marker on the map with a color based on the number of cases. Additionally, a popup window displays detailed information like state, country, infected cases, deaths, recovered cases, and currently sick individuals.

About

This interactive map visualizes COVID-19 cases by region. It uses JavaScript and Mapbox GL to display markers with color-coded case severity and popups providing details (infected, deaths, recovered, sick). Data is fetched in real-time (potential implementation included).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages