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.
- Host: GitHub
- URL: https://github.com/younisyousaf/todo-app-react-native
- Owner: younisyousaf
- Created: 2025-08-22T10:35:09.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-09-16T14:21:34.000Z (4 months ago)
- Last Synced: 2025-09-16T16:39:10.871Z (4 months ago)
- Topics: convex-database, convex-db, dark-mode, expo, expo-go, light-mode, react-native, real-time, real-time-sync, stack-navigation, tab-navigation
- Language: TypeScript
- Homepage:
- Size: 281 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.