Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 1.11 KB

README.md

File metadata and controls

51 lines (34 loc) · 1.11 KB

Simple react native todo app with Appwrite backend

Getting Started

Prerequisites

Installing

  • Clone the repository
git clone https://github.com/HelixHEX/listr
  • Install dependencies
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
expo start

Built With

Contributing

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