Repository of the Yokubo App, a task tracking tool written in React-Native.
With Yokubo you can track your tasks, record the time you spent on them and make notes about certain metrics defined by yourself. The app automatically calculates valuable statistics and gives you insights on your overall performance.
$ yarn install
$ cp app.json.example app.json && cp config.sample.ts config.ts
$ yarn start
$ yarn start-
$ exp build
yokubo-backend, the corresponding Nodejs backend application.