Skip to content

lnrdgmz/pollup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PollUp

A consensus-voting application

Description

PollUp allows users to create polls which are results are determined using the Condorcet method. Polls commonly use First-past-the-post voting, in which voters cast their vote for a single option, and the option with the largest number of votes wins. This leads to situations in which the winner has a plurality of the vote, rather than a majority. The Condorcet method allows voters rank their options in order of preference, then chooses a winner that satisfies a majority of voters.

Installation

After cloning the repo, run npm run build to build the client-side code, then npm start to run the server.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published