Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ekenes/elections-timeline

Data visualization showing the results of the previous 5 U.S. presidential elections in a single map.
https://github.com/ekenes/elections-timeline

arcgis-js-api data-visualization elections gis mapping

Last synced: 23 days ago
JSON representation

Data visualization showing the results of the previous 5 U.S. presidential elections in a single map.

Awesome Lists containing this project

README

        

# Visualize voting trends using composite symbols

This application visualizes the results of the previous five presidential elections in a single map. This allows you to view the trend of how people have voted over time at a single glance.

View the live app here:

Feel free to clone the repo and explore for yourself. To preview locally, run the following commands.

```
> gh repo clone ekenes/elections-timeline
> cd elections-timeline
> npm i
> npm run dev
```