https://github.com/webmasterdevlin/taskmobxstatetree
Sample Task/Todo app in Mobx State Tree
https://github.com/webmasterdevlin/taskmobxstatetree
Last synced: about 1 year ago
JSON representation
Sample Task/Todo app in Mobx State Tree
- Host: GitHub
- URL: https://github.com/webmasterdevlin/taskmobxstatetree
- Owner: webmasterdevlin
- License: mit
- Created: 2019-05-12T16:04:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T16:36:46.000Z (about 7 years ago)
- Last Synced: 2025-01-26T13:30:31.575Z (over 1 year ago)
- Language: JavaScript
- Size: 1.15 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
#### Task/Todo app using Mobx State Tree
To start up the app on iOS
```sh
$ npm run start:ios
```
To start up the app on Android
```sh
$ npm run start:android
```
### All functions are in the store
- loadTasks
- loadTask
- changeTitle
- changeDueDate
- createTask
- toggleTask
- updateTask
- removeTask
- checkTasks
Want to know more about MST?, go straight to [mobx state tree docs ][mobx state tree].
License
----
MIT
**Free Software, Hell Yeah!**
[//]: #
[mobx state tree]: