An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

Tech:
- Kotlin-Multiplatform
- Jetpack Compose/SwiftUI
- Ktor-Client
- SqlDelight
- Dagger Hilt

Features:
- Online Synchronization
- Android/Ios

To 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:

Снимок экрана 2024-01-04 в 19 37 23

Notes screen:

Снимок экрана 2024-01-04 в 20 22 43

Note detail screen:

Снимок экрана 2024-01-04 в 20 24 09