younisyousaf / todo-app-react-native

A repo in which we will build a Todo App with the help Expo Go, Convex DB

Repository from Github https://github.comyounisyousaf/todo-app-react-nativeRepository from Github https://github.comyounisyousaf/todo-app-react-native

Welcome to Todo Expo app 👋

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

Get started

  1. Install dependencies
npm install
  1. Start the app
npx expo start
  1. Connect to Convex database

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

EXPO_PUBLIC_CONVEX_URL
CONVEX_DEPLOYMENT

Then, run:

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.

About

A repo in which we will build a Todo App with the help Expo Go, Convex DB


Languages

Language:TypeScript 87.7%Language:JavaScript 12.3%