Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joemaddalone/react-native-todo
A simple To Do application written in React Native
https://github.com/joemaddalone/react-native-todo
Last synced: about 1 month ago
JSON representation
A simple To Do application written in React Native
- Host: GitHub
- URL: https://github.com/joemaddalone/react-native-todo
- Owner: joemaddalone
- Created: 2015-04-02T03:01:34.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T07:22:42.000Z (about 7 years ago)
- Last Synced: 2024-08-03T17:20:00.615Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 209 KB
- Stars: 177
- Watchers: 11
- Forks: 75
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- fucking-open-source-ios-apps - To Do List
README
Example To Do List application in react-native
========================### Requirements, install as needed:
##### React Native:
```
$ npm i -g react-native-cli
```##### watchman:
```
$ brew install watchman
```##### clone this repo:
```
$ cd react-native-todo
$ npm install
$ react-native run-ios
```Open the directory in the text editor of your choice.