https://github.com/jadrizk/todoapp
🗂React-Native Todo App + MobX 🗂
https://github.com/jadrizk/todoapp
asyncstorage mobx react-native
Last synced: 10 months ago
JSON representation
🗂React-Native Todo App + MobX 🗂
- Host: GitHub
- URL: https://github.com/jadrizk/todoapp
- Owner: JadRizk
- License: mit
- Created: 2019-02-03T12:34:07.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T07:14:45.000Z (almost 5 years ago)
- Last Synced: 2023-05-15T11:37:55.432Z (over 2 years ago)
- Topics: asyncstorage, mobx, react-native
- Language: JavaScript
- Homepage:
- Size: 569 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Todo App
 
~~ This awesome project is currently outdated ~~
This is a simple Todo application that uses MobX as state management. All the Todo's will be managed in MobX stores and saved in the asyncStorage for later access.

## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development purposes.
```
git clone https://github.com/JadRizk/TodoApp TodoApp
```
### Prerequisites
You will need to have the following applications before running the project.
* [Node](https://nodejs.org/en/)
* [NPM](https://www.npmjs.com/) -or- [Yarn](https://yarnpkg.com/en/)
* [React-native](https://www.npmjs.com/package/react-native-cli)
### Installing
Follow this installation process to launch the application on your machine.
```
cd TodoApp/
npm install -or- yarn
react-native run-ios
```
Use this command to launch the application on the android emulator/Device.
```
react-native run-android
```
## Built With
* [React-Native](https://facebook.github.io/react-native/) - React-Native Framework
* [MobX](https://github.com/mobxjs/mobx) - MobX State Management
## Authors
* **Jad Rizk** - *Initial work* - [Jadrizk](https://github.com/JadRizk)
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details