An open API service indexing awesome lists of open source software.

https://github.com/peetzweg/monota

Monotasking app for iOS
https://github.com/peetzweg/monota

app ios multitasking scheduling

Last synced: 27 days ago
JSON representation

Monotasking app for iOS

Awesome Lists containing this project

README

          

# Monota

[Get it on iOS](https://itunes.apple.com/us/app/monota/id1333036184?mt=8)

Monata is another kind of task manager. It just let's do one task at a time - embrace mono tasking!
Multitasking is so 2000s.
Only if you mark a Task as completed it will show you whats up next.
You will always work on the tasks with the earliest deadline.

## How to Run

1. Build App and deploy the app via the react-native cli
```
react-native run-ios
```

2. Start developing Server
```
yarn start
```

3. Update App Icons
```
yo rn-toolbox:assets --icon AppIcon.png
```