Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sentrionic/notable
Stack to share notes between my devices
https://github.com/sentrionic/notable
android electron golang jetpack-compose kotlin mvi-architecture
Last synced: about 1 month ago
JSON representation
Stack to share notes between my devices
- Host: GitHub
- URL: https://github.com/sentrionic/notable
- Owner: sentrionic
- License: mit
- Created: 2021-08-27T14:33:06.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-19T17:55:52.000Z (over 2 years ago)
- Last Synced: 2024-11-14T14:11:40.095Z (3 months ago)
- Topics: android, electron, golang, jetpack-compose, kotlin, mvi-architecture
- Language: Kotlin
- Homepage:
- Size: 1.83 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notable
The obligatory note taking application.
It's nothing fancy and mostly used to automatically share notes between my many devices.
## Stack
For more information about each component take a look at their ReadMe's.
- [Client](/client/) The desktop client using Electron.
- [Server](/server/): The server written in Go.
- [App](/app/): The Android application.## Features
- (Very) simple account system using token authentication.
- Note CRUD
- The Android application supports offline mode and data sync.
The desktop client is always assumed to be connected to the internet.
- Notes can be written using [GitHub Flavored Markdown](https://guides.github.com/features/mastering-markdown/#GitHub-flavored-markdown).
- Tests for the server and app.## Goals
The ultimate goal is a complete Kotlin powered [KMP](https://kotlinlang.org/docs/multiplatform.html) stack using [Ktor](https://ktor.io/) as both the server and client as well as [JetBrains Compose](https://github.com/JetBrains/compose-jb) for the desktop client once that's more mature. This would allow to share most of the business logic.