From 37e125945bfdf9f856279fb6e319430bfd1897de Mon Sep 17 00:00:00 2001 From: "Maurice L." Date: Fri, 27 Feb 2026 19:34:07 +0100 Subject: [PATCH] Added a README.md file --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..914aa22 --- /dev/null +++ b/README.md @@ -0,0 +1,18 @@ +# ShAp-Planner + +ShAp-Planner is a **self-hosted app** for managing finances, tasks, and data within shared households. +The app is fully open source, lightweight, and can run on small devices like Raspberry Pi or older computers. + +**[Backend](https://git.miaurizius.de/MiauRizius/shap-planner-backend):** Go +**[Frontend](https://git.miaurizius.de/MiauRizius/shap-planner-android):** Android (Kotlin) +**[License](https://git.miaurizius.de/MiauRizius/shap-planner-android/src/branch/main/LICENSE):** [CC0 1.0](https://creativecommons.org/publicdomain/zero/1.0/) + +--- + +## Installation + +You can either build the app from source or download the apk _(will be available soon)_ + +## License + +This work is marked CC0 1.0 \ No newline at end of file