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)
- Host: GitHub
- URL: https://github.com/programerr01/todoapp
- Owner: programerr01
- Created: 2021-02-28T15:18:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-28T15:24:14.000Z (over 5 years ago)
- Last Synced: 2025-02-11T11:51:56.452Z (over 1 year ago)
- Language: JavaScript
- Size: 260 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```