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

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.

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)