Synopsis

Impact Mission is a personal and event goal tracking webapp for supporting nonprofits. It allows users to use fitbit/jawbone data to support nonprofits.

You can find a copy of the live app on Heroku at http://impactmission.io, and the repository at https://github.com/alwang85/run4cause.

Features:

  1. Fitbit/Jawbone OAuth 2.0 integration & session management & metric standardization
  2. Event triggered real time updates
  3. Query caching with memcached
  4. Increased perceived front-end responsiveness and Angular code optimization with js-data (Object Relational Mapping layer + datastore)
  5. Real time chart/stat updates through socket.io
    • When user joins an impact
    • When a user’s data is synced with fitness tracking device
  6. Upon event success, messages are sent to sponsors + messaging capability

Tools used:

Gulp, AngularUI Router, Lodash, OAuth 2.0, socket.io, chart.js, moment.js, browserify, js-data, Passport.js, Mongoose, Heroku, Bootstrap, MongoDB, ExpressJS, AngularJS, and Node.js.