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: over 1 year ago
JSON representation
Data visualization showing the results of the previous 5 U.S. presidential elections in a single map.
- Host: GitHub
- URL: https://github.com/ekenes/elections-timeline
- Owner: ekenes
- License: apache-2.0
- Created: 2023-06-20T22:27:59.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T17:40:27.000Z (over 1 year ago)
- Last Synced: 2025-01-29T09:22:41.219Z (over 1 year ago)
- Topics: arcgis-js-api, data-visualization, elections, gis, mapping
- Language: TypeScript
- Homepage: https://ekenes.github.io/elections-timeline/dist/
- Size: 47.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```