https://github.com/leancloud/leantodo-react-native
Todo app using LeanCloud and React Native
https://github.com/leancloud/leantodo-react-native
Last synced: 11 months ago
JSON representation
Todo app using LeanCloud and React Native
- Host: GitHub
- URL: https://github.com/leancloud/leantodo-react-native
- Owner: leancloud
- Created: 2015-09-25T05:46:38.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T06:17:20.000Z (about 3 years ago)
- Last Synced: 2024-04-13T06:30:16.063Z (almost 2 years ago)
- Language: JavaScript
- Homepage: https://rnplay.org/apps/09El4A
- Size: 1.87 MB
- Stars: 66
- Watchers: 19
- Forks: 12
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
LeanTodo
====
LeanTodo 是使用 [LeanCloud Storage](https://leancloud.cn/docs/storage_overview.html) 与 [React Native](https://reactnative.dev/) 构建的 Todo 应用程序,支持 iOS 与 Android。
LeanTodo App 与 [LeanTodo Vue](https://leancloud.github.io/leantodo-vue/) ([source](https://github.com/leancloud/leantodo-vue/)) 使用同一个 appid,数据是互通的。
## 本地运行
1. 按照 [React Native 文档](https://reactnative.dev/docs/getting-started.html) 搭建开发环境。
2. clone 本项目。
3. `npm install`。
4. 编译运行 LeanTodo 的 iOS 与 Android App(参考步骤 1)。
## 运行截图