Taskr is our implementation of the specified requirments for the CMPUT 301 application development. Taskr is essentially a job board where people can post tasks, and other people can bid on those tasks. the poster can then choose someone to perform the task.
You can build Taskr and look at its source code by first cloning it
git clone https://github.com/CMPUT301W18T02/Taskr.git
Afterwards, you can either build taskr by importing and using the android studio project template, or by running
gradlew clean :app:assembleDebug