Books Companion
Books companion ist eine Android-App, mit der man einfach gelesenen und noch zu lesenden Bücher erfassen und verwalten kannst. Die App ist als ein Hobbyprojekt gedacht.

This is one of many open source book trackers available for Android, still a work-in-progress. Hobby project, built entirely on Jetpack Compose.
Screenshots
For screenshots see project README.md
Installation
Currently no public releases are available. Pre-release versions are available here.
What works
- CRUD operations
- Exporting and Importing database
Development
- Written entirely using Jetpack Compose and Kotlin.
- Hilt for dependency injection.
- AndroidX Room, Lifecycle, Navigation architecture components are being used.
- Material 3 (You) theming.
Roadmap
- More theming options.
- Implement data fields such as tags, description
- Implement sorting
- Tablet optimization
License
Copyright (C) 2023 Mukund Yedunuthala
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>