https://github.com/turtureanu/book-scheduler
Keep track of your books and schedule when to read them. Capacitor web app written in Svelte.
https://github.com/turtureanu/book-scheduler
books highseas scheduled-tasks skeletonui svelte tailwindcss
Last synced: 3 months ago
JSON representation
Keep track of your books and schedule when to read them. Capacitor web app written in Svelte.
- Host: GitHub
- URL: https://github.com/turtureanu/book-scheduler
- Owner: turtureanu
- License: gpl-3.0
- Created: 2024-12-09T17:02:41.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-01-31T22:15:12.000Z (4 months ago)
- Last Synced: 2025-01-31T22:26:30.465Z (4 months ago)
- Topics: books, highseas, scheduled-tasks, skeletonui, svelte, tailwindcss
- Language: Svelte
- Homepage:
- Size: 1010 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Book scheduler
![]()
Put your books on a timeline and make a schedule for reading them!
![]()
![]()
![]()
## Download
You can head over to the [releases](https://github.com/turtureanu/book-scheduler/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:
```sh
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:
```sh
npm run dev --host
```## Credits
Made with [SvelteKit](https://svelte.dev/docs/kit/introduction), [Capacitor](https://capacitorjs.com/), and [Skeleton](https://www.skeleton.dev/).
Other components used:
- [Svelte Sortable List](https://github.com/rodrigodagostino/svelte-sortable-list) by [@rodrigodagostino](https://github.com/rodrigodagostino)
## License
All code in this project is licensed under the [GPLv3 license](./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.