A full-stack mobile application built with Meteor 3.4 and React 18, targeting iOS and Android via Cordova. Uses Konsta UI for native-looking components, Tailwind CSS 4 for styling, and Rspack for bundling.
| iOS | Android |
|---|---|
![]() |
![]() |
![]() |
![]() |
- Meteor 3.4 — Full-stack framework with real-time data via DDP
- React 18 — UI library
- Konsta UI — Mobile UI components with iOS/Material Design theming
- Tailwind CSS 4 — Utility-first CSS
- Rspack — Bundler
- MongoDB — Database
- Cordova — Native mobile builds (iOS & Android)
- Meteor
- Cordova Steps
- Xcode (for iOS)
- Android Studio (for Android)
Install dependencies:
meteor npm installRun in the browser:
meteor runRun on iOS simulator:
meteor run iosRun on Android emulator:
meteor run android --mobile-server http://10.0.2.2:3000


