Monash Audience Response System
- Run
bower install
in the "Client" folder.
- Run
npm install
in the "Server" folder.
- Implement question editing socket io
- Develop a consistent naming scheme (see Google Drive doc)
- Implement css imports for routes
- Reformat files to spaces - not tabs (2 spaces / indent)
- Refactor socket io code under the response namespace to create rooms
- Refactor client into two angular modules (myPolls and response)