Introduction

Join Mendeley

The literature presented in class and used in these exercises is available in the Mendeley Interaction Prototyping group, which you should join. There is a desktop client of Mendeley.

Many of the papers and books are available online (inside the university network). You can also find papers or books through the university's eAccess.

Join GitHub

Choose a group name for your team. Each team member needs to set up a GitHub environment:

  1. Create free GitHub account
  2. Send your GitHub user names and your group's chosen name to
  3. You will be given access to the repository https://github.com/interactionprototyping/GROUP, where GROUP is your chosen name.
  4. Download and install the Windows or Mac client.
  5. Clone the gh-pages branch of your repository. Find instructions on this below.

GitHub benefits

GitHub is an online cloud service (online storage) which simplifies collaboration in IT projects. It is based on the software Git. The combination provides tools for solving conflicted versions of a file, merging different edits in the same document and backing up your project.


The benefits of GitHub are threefold:

  • Version control (all code revisions are stored, you can jump back)
  • Collaboration (your team can work together on the code)
  • Cloud (your app is stored in the internet and can be accessed via smartphones)