Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ekenes/elections-timeline
- Owner: ekenes
- License: apache-2.0
- Created: 2023-06-20T22:27:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-31T21:40:53.000Z (about 2 months ago)
- Last Synced: 2024-12-31T22:24:53.630Z (about 2 months ago)
- Topics: arcgis-js-api, data-visualization, elections, gis, mapping
- Language: TypeScript
- Homepage: https://ekenes.github.io/elections-timeline/dist/
- Size: 40.2 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
```