Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1015 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 1015 Bytes

Ukraine-Refugee-Visualization

Background and Overview

Since the beginning of Russian invasion of Ukraine in February 24th, 2022, millions of Ukrainian families seeked asylum in nearby countries. This project is a data visualization of the Ukrainian refugee movement from March 1st to May 31st, 2022.

Functionality & MVP

  • User can zoom, drag, hover over the heatmap of countries to view the total refugee count as well as the percentage of total refugees.
  • User can use a slider to view weekly movements of Ukrainian refugees.

Architecture and Technologies

  • Vanilla JavaScript for overall structure and logic
  • Am5Chart for responsive display of data
  • Fetches Data from Humanitarian Data Exchange Link
  • Webpack and Babel to bundle up and serve various scripts
  • Npm to manage packages and dependencies