A lightweight task management application built with Expo and Convex.
|
|
|
|
|
This project was created for educational purposes to master the integration of real-time cloud databases with mobile frameworks.
- Framework: Expo (React Native)
- Database:Convex
- Styling: Dark/Light mode support
This is a learning project based on the following tutorial:
- Source: YouTube - Building a Todo App
- Note: Minor modifications and optimizations have been made to the original code and file structure.
- Cloud DB Integration: Powered by Convex for real-time data syncing.
- Theme Support: Fully compatible with both Dark Mode and Light Mode.
- Refined Code: Custom adjustments made to files for better organization.
Before running the project, sign up for a Convex account:
- Convex Dashboard: https://dashboard.convex.dev
git clone <your-repository-url>
cd <project-folder>npx expo install
# or
npm installnpx convex devLaunch the project using Expo Go:
npx expo start



