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
- Host: GitHub
- URL: https://github.com/peetzweg/monota
- Owner: peetzweg
- Created: 2017-11-23T11:02:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-15T16:42:23.000Z (about 8 years ago)
- Last Synced: 2025-07-01T06:51:15.613Z (8 months ago)
- Topics: app, ios, multitasking, scheduling
- Language: JavaScript
- Homepage: https://itunes.apple.com/us/app/monota/id1333036184?mt=8
- Size: 1.47 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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
```