An open API service indexing awesome lists of open source software.

https://github.com/younisyousaf/todo-app-react-native

A repo in which we will build a Todo App with the help Expo Go.
https://github.com/younisyousaf/todo-app-react-native

convex-database convex-db dark-mode expo expo-go light-mode react-native real-time real-time-sync stack-navigation tab-navigation

Last synced: 4 months ago
JSON representation

A repo in which we will build a Todo App with the help Expo Go.

Awesome Lists containing this project

README

          

# Welcome to Todo Expo app 👋

This is an Expo project created with create-expo-app.

Get started

1. Install dependencies

```bash
npm install
```

2. Start the app

```bash
npx expo start
```

1. Connect to Convex database

To connect with Convex, ensure the following environment variables are set in your project:

```bash
EXPO_PUBLIC_CONVEX_URL
CONVEX_DEPLOYMENT
```

Then, run:

```bash
npx convex dev
```

After logging in, you will be connected to the database.

You can start developing by editing the files inside the app directory. This project uses file-based routing.