Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterfriese/bookshelf
BookShelf, an app for cataloguing and tracking your books
https://github.com/peterfriese/bookshelf
firestore macos swiftui
Last synced: 6 days ago
JSON representation
BookShelf, an app for cataloguing and tracking your books
- Host: GitHub
- URL: https://github.com/peterfriese/bookshelf
- Owner: peterfriese
- Created: 2021-05-07T17:40:53.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-05-21T11:10:24.000Z (over 3 years ago)
- Last Synced: 2023-03-11T12:02:53.900Z (almost 2 years ago)
- Topics: firestore, macos, swiftui
- Language: Swift
- Homepage:
- Size: 8.69 MB
- Stars: 36
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![Discussions][discussions-shield]][discussions-url]
[![Feature Requests][featurerequest-shield]][featurerequest-url]
[![License][license-shield]][license-url]
[![LinkedIn][linkedin-shield]][linkedin-url]
BookShelf
An app for cataloguing and tracking your books.
Watch the talk »
Report Bug
·
Request Feature
Table of Contents
## About
This repository contains the source code for BookShelf, an app for cataloguing and tracking your books. The main purpose of the code is to show how to write an entire app that runs on Apple's main platforms using SwiftUI and Firebase.
I recently spoke about how I built this app at [CocoaHeadsNL](https://cocoaheads.nl/):
* [Recording](https://www.youtube.com/watch?v=puo-pRlD3fA)
* Slides: [Speaker Deck](https://speakerdeck.com/peterfriese/firebase-for-apple-developers) / [Slideshare](https://www.slideshare.net/peterfriese/firebase-for-apple-developers)## Getting Started
### Prerequisites
To run the samples, you will need:
* Xcode 12.x### Installation
1. Install Xcode (see https://developer.apple.com/xcode/)
## Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are **greatly appreciated**.
1. Fork the Project
2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)
3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)
4. Push to the Branch (`git push origin feature/AmazingFeature`)
5. Open a Pull Request## License
Distributed under the Apache 2 License. See `LICENSE` for more information.
[contributors-shield]: https://img.shields.io/github/contributors/peterfriese/BookShelf.svg?style=flat-square
[contributors-url]: https://github.com/peterfriese/BookShelf/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/peterfriese/BookShelf.svg?style=flat-square
[forks-url]: https://github.com/peterfriese/BookShelf/network/members
[stars-shield]: https://img.shields.io/github/stars/peterfriese/BookShelf.svg?style=flat-square
[stars-url]: https://github.com/peterfriese/BookShelf/stargazers
[issues-shield]: https://img.shields.io/github/issues/peterfriese/BookShelf.svg?style=flat-square
[issues-url]: https://github.com/peterfriese/BookShelf/issues
[license-shield]: https://img.shields.io/github/license/peterfriese/BookShelf.svg?style=flat-square
[license-url]: https://github.com/peterfriese/BookShelf/blob/master/LICENSE.txt[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://www.linkedin.com/in/peterfriese
[product-screenshot]: images/screenshot.png[swift-shield]: https://img.shields.io/badge/swift-5.3-FA7343?logo=swift&color=FA7343&style=flat-square
[swift-url]: https://swift.org[xcode-shield]: https://img.shields.io/badge/xcode-12.5_beta-1575F9?logo=Xcode&style=flat-square
[xcode-url]: https://developer.apple.com/xcode/[featurerequest-url]: https://github.com/peterfriese/BookShelf/issues/new?assignees=&labels=type%3A+feature+request&template=feature_request.md
[featurerequest-shield]: https://img.shields.io/github/issues/peterfriese/BookShelf/feature-request?logo=github&style=flat-square
[discussions-url]: https://github.com/peterfriese/BookShelf/discussions
[discussions-shield]: https://img.shields.io/badge/discussions-brightgreen?logo=github&style=flat-square