Skip to content

Keep track of your books and schedule when to read them. Capacitor web app written in Svelte.

License

Notifications You must be signed in to change notification settings

turtureanu/book-scheduler

Repository files navigation

Book scheduler

Put your books on a timeline and make a schedule for reading them!

Download

You can head over to the releases and download the latest APK. If you want to build an iOS image see Building.

Building

The project is made with Capacitor, so you should just be able to:

git clone https://github.com/turtureanu/book-scheduler.git
cd book-scheduler
npm install # or use bun: bun install

For building Android/iOS apps, please have a look at the Capacitor documentation: https://capacitorjs.com/docs/getting-started#create-your-android-and-ios-projects

For developing you can serve the expose the app locally (over IP) with:

npm run dev --host

Credits

Made with SvelteKit, Capacitor, and Skeleton.

Other components used:

License

All code in this project is licensed under the GPLv3 license unless stated otherwise. Project dependencies listed in Credits have their own licenses and are not sublicensable under the GPLv3 license of this project unless stated otherwise.