This app was born out of my need to keep track of the books I'm reading. It's not the first time I've started a book full of enthusiasm only to realize after 20 pages that I've already read it. Or I constantly lose screenshots and text messages where I jot down my reading list.
I didn't really like the book trackers out there, so I created my own. Simple, without too many fancy features I'd never use, and with no visual clutter.
Feel free to install it ;)
Library & Stats view
| Feature | Description |
|---|---|
| Bulk upload/Dowload of data | You can bulk upload/download your books using a JSON file, just make sure that is in the correct format |
| Clear organization | Organize books by status (To Read, Reading, Finished). |
| Reading insights | Visual analytics of your reading habits, gender, number and nationality of authors, as well as the year range of your library. Custom data visualization with GoogleMaps |
| Dark mode | Full support for system-wide dark light-weight theme. |
First, add your Google Maps token in
- Ensure you have Xcode 14+ installed and a Apple developer account .
- Clone the repo and run:
cd ios && pod install && cd .. npx react-native run-ios # Or your framework command
For iOS if you dont want to pay the full Apple developer account fee, use PM2 on your own laptop.
- Enable Developer Options and USB Debugging on your device.
- Run the following command:
npx react-native run-android # Or your framework command
This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0).
- Attribution: You must give appropriate credit and provide a link to the original source.
- Non-Commercial: You may not use the material for commercial purposes.
See the LICENSE file for full details.