Skip to content

yokubo-project/yokubo-app

Repository files navigation

yokubo-app

Repository of the Yokubo App, a task tracking tool written in React-Native.

About Yokubo

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.

Installation & Usage

Install node modules

$ yarn install

Configure environment

Copy example files
$ cp app.json.example app.json && cp config.sample.ts config.ts
Update secrets and tailor config to your needs

Start expo

Development (connects to your dev backend)
$ yarn start
Production (connects to production backend)
$ yarn start-

Build apk file

$ exp build

License

MIT

References

yokubo-backend, the corresponding Nodejs backend application.