Mistereo / vote-it

:thumbsup: :thumbsdown: voting app

Home Page:https://vote-it-demo.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vote it!

Heroku App Version

Description

The goal of this application is to implement a real time voting that could be used in a presentations or etc. to track people interests, priorities or practices that they need to learn.

Installation

git clone https://github.com/eugrdn/vote-it.git
cd vote-it
yarn

#start
## server
yarn start:server
## client
yarn start:client

open http://localhost:3000/vote        <-- voting
open http://localhost:3000/results     <-- results

Usage

You could host a voting on external web-site before presentation or meeting beginning and share link with padawans to give them the opportunity to interact with you and express their opinion.

P.S.

You could send only one vote from one device. There is a possibility to change the vote.

Voting config could be changed in ./src/server/topics.json.

P.P.S.

App deployed on heroku. It also could be greatly improved ☺️

About

:thumbsup: :thumbsdown: voting app

https://vote-it-demo.herokuapp.com/

License:MIT License


Languages

Language:JavaScript 66.5%Language:CSS 21.5%Language:HTML 12.0%