Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 791 Bytes

README.md

File metadata and controls

44 lines (30 loc) · 791 Bytes

Election App

Simple election app for youth at my church.

preview image

Features

  • Add/edit/delete candidate
  • Vote up
  • Vote down
  • Results table: list all the candidates with name | votes | percent, filters by all and passed (who won haft of ballots) candidates
  • Delete data
  • Localization
  • Offline mode (Using Vue pwa template)

Build Setup

# install dependencies
npm install

# serve with hot reload at localhost:8081
npm run dev

# build for production with minification
npm run build

# build for production and view the bundle analyzer report
npm run build --report

# run unit tests
npm run unit

# run e2e tests
npm run e2e

# run all tests
npm test

Todos

  • Build app for mac, linux, windows by Electron