Skip to content

A webapp which pulls recent COVID-19 data from verified sources and visualizes them on a map.

Notifications You must be signed in to change notification settings

StevenKolamkuzhiyil/VisualizeCovid19

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VisualizeCovid19

A webapp which pulls recent COVID-19 data from verified sources and visualizes them using Leaflet. The COVID-19 data is updated every day by a scheduler which merges the data with the geojson file used to display each countries cases.

COVID-19 Data: https://opendata.ecdc.europa.eu/covid19/casedistribution/

Application Screenshot

Getting Started

Clone this repository and run the Spring application in an IDE of your choice.

Used Technologies

Java 8, Spring-Web, Thymeleaf, Javascript, Leaflet, CSS, HTML, Bootstrap, JQuery, Maven