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

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 🗂

Awesome Lists containing this project

README

          

# Todo App

![issues Badge](https://img.shields.io/github/issues/JadRizk/TodoApp?style=plastic) ![License Badge](https://img.shields.io/github/license/JadRizk/TodoApp?style=plastic)

~~ 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.

![ScreenShot](https://github.com/JadRizk/TodoApp/blob/master/docs/assets/Screenshot-2.png)

## 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