This project is built using React.js and uses FEMA dataset for Natural Disasters in the USA. It utilizes the Mapbox GL JS library via the react-map-gl package to render the map.
The app allows you to apply year, incident type filter, or both, to view data visualized on the map. The icon markers indicate the types of disasters, their size depends on the number of incidents in each particular state.
By clicking any marker on the map, you can see a more detailed information about the number of incidents in the state.
The layout is created using Bootstrap and the API was built in Rails and is available here.