Skip to content

Web application for quickly creating polls in group chats. Built with SvelteKit and Feathers.js.

Notifications You must be signed in to change notification settings

mikkelsvartveit/ninjavote

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ninjavote

Ninjavote is a web application for instantly creating simple polls in your group chats. To create a poll, just head to ninjavote.com, type your question, and share the link with your group. Real-time synchronization with WebSockets ensures that the poll always stays up to date for everyone!

Ninjavote screen dump

Running locally

To install all dependencies and run both the server and the client locally, run the following commands:

git clone https://github.com/mikkelsvartveit/ninjavote.git
cd ninjavote/frontend
npm run install:all
npm start

The Feathers server should now be running at localhost:3030 and the Svelte app at localhost:3000.

About

Web application for quickly creating polls in group chats. Built with SvelteKit and Feathers.js.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages