Skip to content

cmcnulty/IRV

 
 

Repository files navigation

irv

Instant-runoff voting tool

This webapp calculates the result of an instant-runoff vote. It's programmed with javascript powered by jQuery and structured and styled with HTML and CSS on the basis of bootstrap. The Sourcecode is licensed under the MIT License, contributions are welcome. The code is unit-tested with QUnit, but that doesn't guarantee it being bug free. It was written by Peter Grassberger aka. PeterTheOne.

This fork changes the interpretation of the ballot - rather than a matrix of the original ballot with the choices at the same index as the original ballot, this fork uses the index of your choice as the order of preference, and the value is the original index of the ballot.

Code status

Build Status

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 77.3%
  • HTML 18.5%
  • CSS 4.2%