https://github.com/alex11br/proportional-election-simulation
A Svelte application which simulates proportional elections with thresholds, null votes.
https://github.com/alex11br/proportional-election-simulation
dhondt droop-quota election hare-quota sainte-lague svelte webster
Last synced: 26 days ago
JSON representation
A Svelte application which simulates proportional elections with thresholds, null votes.
- Host: GitHub
- URL: https://github.com/alex11br/proportional-election-simulation
- Owner: ALEX11BR
- License: unlicense
- Created: 2021-01-21T20:50:08.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-08-08T20:03:17.000Z (almost 4 years ago)
- Last Synced: 2025-08-21T02:47:39.549Z (10 months ago)
- Topics: dhondt, droop-quota, election, hare-quota, sainte-lague, svelte, webster
- Language: TypeScript
- Homepage: https://alex11br.github.io/proportional-election-simulation/
- Size: 38.1 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Proportional election methods simulations
[Demo](https://alex11br.github.io/proportional-election-simulation/)
A Svelte application which simulates proportional elections with thresholds, null votes using the following methods:
* [D'hondt](https://en.wikipedia.org/wiki/D%27Hondt_method)
* [Webster/Sainte-Laguë](https://en.wikipedia.org/wiki/Webster/Sainte-Lagu%C3%AB_method)
* [Largest remainder](https://en.wikipedia.org/wiki/Largest_remainder_method) (with Hare or Droop quotas)