Inspiration
Real-Time Sharing from around the world
What it does
This is a prototype of the actual app that was built in just 5 hours. It allows users to start a story and invite their friends to add to the story. Its a fun little game which allows you to make up stories with people from around the globe
How I built it
Full Stack JS in Meteor
Packages Used meteor-base # Packages every Meteor app needs to have mobile-experience # Packages for a great mobile UX mongo # The database Meteor supports right now blaze-html-templates # Compile .html files into Meteor Blaze views session # Client-side reactive dictionary for your app jquery # Helpful client-side library tracker # Meteor's client-side reactive programming library
standard-minifiers # JS/CSS minifiers run for production mode es5-shim # ECMAScript 5 compatibility for older browsers. ecmascript # Enable ECMAScript2015+ syntax in app code
insecure # Allow all DB writes from clients (for prototyping)
kadira:flow-router #router kadira:blaze-layout #layout twbs:bootstrap ian:accounts-ui-bootstrap-3 meteortoys:allthings accounts-password
aldeed:autoform http pcuci:bootcards aldeed:simple-schema aldeed:collection2 accounts-facebook
arillo:flow-router-helpers reactive-var sacha:spin meteorhacks:fast-render

Log in or sign up for Devpost to join the conversation.