Collaborative choice making app built with Angular 2 Dart, Bulma, and Firebase.
Sign in is done with google authentication. The app drops your last name (replaces with just an initial) for privace. Once signed in you can create a new groups, or contribute your ideas to one that already exists. Pressing pick will select a non-disabled option from the group. You can delete groups or options you have made using the "Manage your content" button in th upper right part of the app.
If you have feature requests you can open an issue here on Github.
Contributions are welcome!
Note: You will need to drop in Firebase details in the firebase_client.dart file before this will work.
pub get
pub serve
docker build -t vybor .
docker run -p 8080:8080 vybor