A simple, reactive mobile webapp for voting on issues within groups.
Built on Meteor (full-stack framework) and Meteoric (Ionic mobile webkit and styles adapted for Meteor).
Folders and files:
/both: visible to both client and server /both/collections/: data model access /both/router.js: routing information (using Iron-router)
/client: visible only to client /client/templates: views /client/stylesheets: styles
/server: visible only to server /server/publications.js: secure controller