Home

Awesome

Simple react native todo app with Appwrite backend

Getting Started

Prerequisites

Installing

git clone https://github.com/HelixHEX/listr
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

expo start

Built With

Contributing

Please read contribution guide for details on the code of conduct, and the process for submitting pull requests.