Lendr help you keeping track of your loaned books, games, discs etc.
This is a PWA built for mobile and works without internet connection (except for the isbn lookup feature)
- Use the barcode scanner to scan your items or enter their code manually.
- Add them to your inventory
- Next time someone wants to borrow one of your precious, scan it and click on "Lend"
- Lendr lets you see your inventory and the loans history
- Don't forget to "Return" the item once it is back home!
If you want to use this project for yourself and add some customization, just fork it!
- All the wordings are located at
src/locales/translations.json
. - The css can be overriden at
src/styles/overrides.css
.
This project uses:
- svelte magical disapearing framework
- cypress for the tests
- parcel as bundler
- zxing for the barcode reader
- idb as indexedDB wrapper
...amongst many other great packages!