This is a small webapp to help plan out projects - a mix of both storyboard and notetaking features as well as a full fledged chat client.
dev_notes/ contain important information about the schematics of the application. As of now, only rough sketches are there.
app/ contains the application and other elements (JQuery, AngularJS, etc)
app/css/ contains css elements
app/js/ contains javascript elements
app/js/controller/ contains the AngularJS controller
app/js/directives/ contain directives as well as the html for them
app/js/services/ contain services (none planned as of now)
app/res/ contain resources (images, videos, etc)
views/ contain templates for the different views - projects, storyboard, note view, etc.