Logo

A simple polling app made with Vue and Node.js + Express.

Features

  • Easy to use, simple interface
  • The ability to delete polls
  • Light mode × Dark mode
  • Poll themes
  • Charts

Screenshots

New form

New form

Poll results

Poll results

Production

git clone https://github.com/liskapolarni/simplepolls
cd simplepolls

Frontend

cd frontend
npm install
npm run build

Backend

cd backend
npm install
node app

Used technologies

  • Vue.js + Vuex
  • SASS
  • Node.js + Express
  • SQLite

GitHub

View Github