Live data from Hacker News

Show HN: A simple poll app with real-time results

hixup.com

1–5 of 5 posts

Show HN: A simple poll app with real-time results

#1
Hi!

This is a web app I made over the past few days as a little project to learn more about AngularJS and Firebase. The app lets you create a simple poll in a matter of seconds and without the need to register. The votes and comments are updated in real time.

I was impressed by Angular's features and its relative ease of learning. Thanks to Firebase I could concentrate on writing client-side code only; there is no back-end to this app. This means I can host it for free through GitHub Pages.

Your opinions and suggestions are most welcome. What do you like? What would you change? Any feature requests? You can have a look at the code here: https://github.com/dbbert/personal/tree/gh-pages. Coding style advice is also much appreciated.

Thanks!

Bert

Show HN: A simple poll app with real-time results
hixup.com

Re: Show HN: A simple poll app with real-time results

#2
Hi!

This is a web app I made over the past few days as a little project to learn more about AngularJS and Firebase. The app lets you create a simple poll in a matter of seconds and without the need to register. The votes and comments are updated in real time.

I was impressed by Angular's features and its relative ease of learning. Thanks to Firebase I could concentrate on writing client-side code only; there is no back-end to this app. This means I can host it for free through GitHub Pages.

Your opinions and suggestions are most welcome. What do you like? What would you change? Any feature requests? You can have a look at the code here: https://github.com/dbbert/personal/tree/gh-pages. Coding style advice is also much appreciated.

Thanks!

Bert

Re: Show HN: A simple poll app with real-time results

#4
post #2

Hi! This is a web app I made over the past few days as a little project to learn more about AngularJS and Firebase. The app lets you create a simple poll in a matter of seconds and without the need to register. The votes and comments are updated in real time. I was impressed by Angular's features and its relative ease of learning. Thanks to Firebase I could concentrate on writing client-side code only; there is no ba…

Hi Bert!

(Firebase Community Manager here). Great job on this! To get some feedback on your app, I recommend sharing it with our Firebase + Angular Google Group: https://groups.google.com/forum/#!forum/firebase-angular

Thanks, Sara

Re: Show HN: A simple poll app with real-time results

#5
post #4
post #2

Hi! This is a web app I made over the past few days as a little project to learn more about AngularJS and Firebase. The app lets you create a simple poll in a matter of seconds and without the need to register. The votes and comments are updated in real time. I was impressed by Angular's features and its relative ease of learning. Thanks to Firebase I could concentrate on writing client-side code only; there is no ba…

Hi Bert! (Firebase Community Manager here). Great job on this! To get some feedback on your app, I recommend sharing it with our Firebase + Angular Google Group: https://groups.google.com/forum/#!forum/firebase-angular Thanks, Sara

Thanks, will do!