Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added expo-to-do-app #6

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

c-arriagada
Copy link
Contributor

@c-arriagada c-arriagada commented Oct 11, 2024

  • Added Expo to do app to examples repo
  • Demo app uses configuration object to connect to SQLite Cloud database

Features

  • Add Tasks: Create new tasks with titles and optional tags.
  • Edit Task Status: Update task status when completed.
  • Delete Tasks: Remove tasks from your list.
  • Dropdown Menu: Select categories for tasks from a predefined list.

Set Up

After you've cloned the repo create a .env file and add your SQLite Cloud connection string. Make sure your connection string includes the name of your database before the api key. If the database name isn't included, you'll get an error when you run the application.

DB_CONNECTON_STRING="<your-connection-string>" 

Installation

npm install
npm start

This command will start expo.

Usage

Running on Mobile:

Open the Expo Go app on your mobile device.
Scan the QR code displayed in the terminal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant