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
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