Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/HelixHEX/listr
https://github.com/HelixHEX/listr
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/HelixHEX/listr
- Owner: HelixHEX
- License: mit
- Created: 2022-10-26T20:12:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T23:09:38.000Z (about 2 years ago)
- Last Synced: 2024-08-02T07:24:18.630Z (5 months ago)
- Language: TypeScript
- Homepage:
- Size: 638 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: Contributing.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-appwrite - Source Code
README
# Simple react native todo app with Appwrite backend
- [screenshots](screenshots/screenshots.md)
## Getting Started
### Prerequisites
- [Node.js](https://nodejs.org/en/download/)
- [Yarn](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
- [Expo CLI](https://docs.expo.io/get-started/installation/)
- [Appwrite](https://appwrite.io/docs/installation)### Installing
- Clone the repository
```bash
git clone https://github.com/HelixHEX/listr
```- Install dependencies
```bash
yarn install
```#### Note 1: You need to have a .env file in the root directory with the following variables:
#### APPWRITE_PROJECT_ID
#### APPWRITE_HOSTNAME
#### APPWRITE_DATABASE
#### APPWRITE_LIST_COLLECTION_ID
#### APPWRITE_TASK_COLLECTION_ID#### Note 2: You need to have an appwrite server running on your local machine
- Start the app
```bash
expo start
```## Built With
- [React Native](https://reactnative.dev/)
- [Expo](https://expo.io/)
- [Appwrite](https://appwrite.io/)## Contributing
Please read [contribution guide](CONTRIBUTING.md) for details on the code of conduct, and the process for submitting pull requests.