Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 721 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 721 Bytes

Taskr

badImage

What is Taskr

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.

How do i Build taskr

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