https://github.com/larkes-cyber/sninotesmultiplatform
Notes multiplatform app with online sync/caching function
https://github.com/larkes-cyber/sninotesmultiplatform
jetpackcompose kotlin-multiplatform ktor-server swiftui
Last synced: 3 months ago
JSON representation
Notes multiplatform app with online sync/caching function
- Host: GitHub
- URL: https://github.com/larkes-cyber/sninotesmultiplatform
- Owner: larkes-cyber
- Created: 2023-08-10T16:05:11.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T17:36:13.000Z (over 1 year ago)
- Last Synced: 2025-01-06T08:33:11.689Z (5 months ago)
- Topics: jetpackcompose, kotlin-multiplatform, ktor-server, swiftui
- Language: Kotlin
- Homepage:
- Size: 277 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Tech:
- Kotlin-Multiplatform
- Jetpack Compose/SwiftUI
- Ktor-Client
- SqlDelight
- Dagger HiltFeatures:
- Online Synchronization
- Android/IosTo use an app with server you need:
- download soure code
- download ktor server
- install mongodb
- launch the server
- put your local ip to SNI_NOTES_URL variable in constants file in shared module
- launch android app in android studio and launch ios in xcode
- enjoy the app!Server: https://github.com/larkes-cyber/SniNotesBackend.git
Login screen:
Notes screen:
Note detail screen: