Openreads
Openreads is a privacy oriented and open source Android app written in Flutter for keeping tracks of your books.
There are four lists provided so you won't get confused:
- books you finished,
- books you are currently reading,
- books you want to read later,
- books you didn't finish.
You can use custom tags and filter through them.
A book can be added by:
- looking it up in the Open Library database,
- scanning its barcode,
- adding its details manually.
You can also view some cool statistics!
Attributions
Icons
Build Process
- Clone or download this repository
git clone https://github.com/mateusz-bak/openreads-android.git cd openreads-android
- Sh
- Download dependencies
flutter pub get
- Sh
- Build and install the app on your device
flutter run
- Sh