https://github.com/matteotagliatti/bklst
Simple book tracking app
https://github.com/matteotagliatti/bklst
book booklist books googlebooksapi supabase svelte sveltekit
Last synced: about 1 month ago
JSON representation
Simple book tracking app
- Host: GitHub
- URL: https://github.com/matteotagliatti/bklst
- Owner: matteotagliatti
- Created: 2023-03-10T18:01:58.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T14:43:11.000Z (about 1 month ago)
- Last Synced: 2025-04-27T03:35:43.303Z (about 1 month ago)
- Topics: book, booklist, books, googlebooksapi, supabase, svelte, sveltekit
- Language: Svelte
- Homepage:
- Size: 1.46 MB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bklst

Simple app to keep track of books you want to read, are currently reading, or have already read. All with a nice and simple UI. Books are fetched from the [Google Books API](https://developers.google.com/books).
## Dev
- populate the `.env` file with the info in `.env.example`
- `supabase start` to start the db
- `npm install && npm run dev` in another terminal to start the app