Skip to content

Web app that helps groups of friends to vote on a preferred choice using ranked voting

Notifications You must be signed in to change notification settings

tessthornley/decision-maker

 
 

Repository files navigation

Pikachoose

Pikachoose lets your friends help you reach a decision in an easy and simple way. Ash your question and options below and send them out! When your friends respond, this web app will Ketchum for you!

Final Product

Question

Links

Options

Results

Project Setup

  1. Clone the repo
  2. Create the .env by using .env.example as a reference: cp .env.example .env
  3. Update the .env file with DB_NAME=midterm
  4. Install dependencies: npm install
  5. Run the server: npm run local
  6. Visit http://localhost:8080/

About

Web app that helps groups of friends to vote on a preferred choice using ranked voting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 95.7%
  • JavaScript 3.2%
  • HTML 1.1%