https://github.com/inaldor/book-manager
A book inventory app
https://github.com/inaldor/book-manager
book-inventory coredata sqlite swift
Last synced: 11 months ago
JSON representation
A book inventory app
- Host: GitHub
- URL: https://github.com/inaldor/book-manager
- Owner: inaldor
- License: mit
- Created: 2020-11-10T12:45:43.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-19T17:32:57.000Z (about 5 years ago)
- Last Synced: 2025-03-06T05:14:07.104Z (11 months ago)
- Topics: book-inventory, coredata, sqlite, swift
- Language: Swift
- Homepage:
- Size: 1.08 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Book-Manager
A book inventory app.
## About
This app is the result of my studies using CoreData. It is a simple app, only to check how can I use CoreData the best way possible.
## Features
* List of all books that were added previously by the user
* Add a book to the inventory
* Delete a book from the inventory.
* Edit some information of a single book from the inventory.
* Nest books of the same author in the same section.
* Search of books by name and/or author. (TODO)
## Pictures

## License
This project is licensed under the [MIT License](https://github.com/inaldor/Book-Manager/blob/master/LICENSE)