Skip to content

A multi-platform list management application built with cutting-edge technologies, offering real-time synchronization while prioritizing offline-first functionality.

License

Notifications You must be signed in to change notification settings

Ukhang/quick-list-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick List App

A multi-platform list management application built with cutting-edge technologies, offering real-time synchronization while prioritizing offline-first functionality.

preview


Tech Stack

  • Expo - React Native framework for cross-platform development
  • TinyBase - Local-first database for efficient offline data handling
  • Clerk - Authentication & user management
  • Cloudflare Workers - Edge computing & hosting for ultra-fast performance

Features

  • Multi-platform Support – Run on iOS, Android, and Web seamlessly
  • Real-time Synchronization – Keep data updated across devices
  • Offline-first Approach – Access lists even when offline
  • Secure Authentication – User authentication powered by Clerk
  • Blazing Fast Edge Deployment – Hosted on Cloudflare Workers
  • Theming Support – Customize UI with dark/light mode

🛠️ Setup & Installation

Client Setup (Expo)

Navigate to the client directory:

cd client

Install dependencies:

npm install

Configure environment variables:

EXPO_PUBLIC_CLERK_PUBLISHABLE_KEY=
EXPO_PUBLIC_SYNC_SERVER_URL=

Fill in required values (see Environment Variables section).

Start the development server:

npm start

The app can be run on iOS, Android, or Web using Expo Go.

Server Setup (Synchronization)

Navigate to the server directory:

cd server

Install dependencies:

npm install

Start local development server:

npm dev

Deploy to Cloudflare Workers:

npm run deploy

🤝 Contributing

Contributions are welcome! Feel free to fork the repo, open an issue, or submit a pull request.

📜 License

This project is licensed under the MIT License.

About

A multi-platform list management application built with cutting-edge technologies, offering real-time synchronization while prioritizing offline-first functionality.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published