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

https://github.com/programerr01/todoapp

Todo Manager Application for android and ios(based on react-native)
https://github.com/programerr01/todoapp

Last synced: about 1 year ago
JSON representation

Todo Manager Application for android and ios(based on react-native)

Awesome Lists containing this project

README

          

# TodoApp
Todo Manager Application for android and ios(based on react-native)

## Run on android
### first clone the repo
```
git clone https://github.com/programerr01/TodoApp
```
### Run
```bash

npm install
npx react-native run-android
```