https://github.com/husseinfo/tasks
Simple To-do application in react-native
https://github.com/husseinfo/tasks
react-native react-native-navi tasks to-do todo todo-list todo-list-app
Last synced: 8 months ago
JSON representation
Simple To-do application in react-native
- Host: GitHub
- URL: https://github.com/husseinfo/tasks
- Owner: Husseinfo
- Created: 2020-03-08T09:32:16.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-08-24T17:12:32.000Z (about 1 year ago)
- Last Synced: 2024-12-17T18:37:00.183Z (10 months ago)
- Topics: react-native, react-native-navi, tasks, to-do, todo, todo-list, todo-list-app
- Language: JavaScript
- Size: 3.39 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tasks
Simple To-do application in react-native

# Running
## Install npm
`$ apt install npm -y`
### Install dependencies
`$ npm install`
### Run react-native server
`$ npm start`
### Run app in Android Emulator
`$ npm run android`