USA Natural Disasters Map

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.

screen shot 2018-04-19 at 10 58 29 pm

By clicking any marker on the map, you can see a more detailed information about the number of incidents in the state. screen shot 2018-04-19 at 10 58 42 pm

The layout is created using Bootstrap and the API was built in Rails and is available here.