Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peterfriese/bookspine
BookSpine is the sample app for my blog post series about SwiftUI and Firebase. Start reading the blog post series here to learn more: https://peterfriese.dev/swiftui-firebase-fetch-data/
https://github.com/peterfriese/bookspine
firebase swiftui
Last synced: 1 day ago
JSON representation
BookSpine is the sample app for my blog post series about SwiftUI and Firebase. Start reading the blog post series here to learn more: https://peterfriese.dev/swiftui-firebase-fetch-data/
- Host: GitHub
- URL: https://github.com/peterfriese/bookspine
- Owner: peterfriese
- License: apache-2.0
- Created: 2020-07-02T16:21:40.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-09-28T19:03:55.000Z (over 4 years ago)
- Last Synced: 2023-03-11T12:02:54.299Z (almost 2 years ago)
- Topics: firebase, swiftui
- Language: Swift
- Homepage: https://peterfriese.dev/swiftui-firebase-fetch-data/
- Size: 1.47 MB
- Stars: 39
- Watchers: 3
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Xcode][xcode-shield]][xcode-url]
[![Swift][swift-shield]][swift-url]
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
BookSpine
This is the source code for BookSpine, the sample app accompanying my blog post series about using Firebase in SwiftUI apps.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
## Table of Contents
* [About the Project](#about-the-project)
* [Built With](#built-with)
* [Getting Started](#getting-started)
* [Installation](#installation)* [Contributing](#contributing)
* [License](#license)
* [Contact](#contact)
* [Acknowledgements](#acknowledgements)## About The Project
![Screenshot][product-screenshot]
### Built With
* [SwiftUI](https://developer.apple.com/xcode/swiftui/)
* [Combine](https://developer.apple.com/documentation/combine)
* [Firebase](https://firebase.google.com)## Getting Started
To get a local copy up and running follow these steps.
### Prerequisites
This project uses Cocoapods to manage dependencies.
* If you haven't done so already, install Cocoapods:
``` bash
sudo gem install cocoapods
```### Installation
1. Clone the repo
2. Navigate to the project folder
3. Install dependencies
4. Open the project``` bash
git clone https://github.com/peterfriese/BookSpine.git
cd BookSpine/code
pod install
xed .
```## Demo
![Demo][product-demo]
## 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
See [LICENSE](LICENSE)
## Disclaimer
This is not an official Google product.
## Contact
Peter Friese - [@peterfriese](https://twitter.com/peterfriese)
Project Link: [https://github.com/peterfriese/BookSpine](https://github.com/peterfriese/BookSpine)
## Acknowledgements
* The application icon is based on [Book](https://thenounproject.com/term/book/1911204/) by [mikicon](https://thenounproject.com/mikicon/) from the [Noun Project](https://thenounproject.com/)
[xcode-shield]: https://img.shields.io/badge/xcode-v12.0b1-blue
[xcode-url]: https://developer.apple.com/xcode/[swift-shield]: https://img.shields.io/badge/swift-v5.3-%23fe4b2d
[swift-url]: https://swift.org/[contributors-shield]: https://img.shields.io/github/contributors/peterfriese/BookSpine.svg?style=flat-square
[contributors-url]: https://github.com/peterfriese/BookSpine/graphs/contributors[forks-shield]: https://img.shields.io/github/forks/peterfriese/BookSpine.svg?style=flat-square
[forks-url]: https://github.com/peterfriese/BookSpine/network/members[stars-shield]: https://img.shields.io/github/stars/peterfriese/BookSpine.svg?style=flat-square
[stars-url]: https://github.com/peterfriese/BookSpine/stargazers[issues-shield]: https://img.shields.io/github/issues/peterfriese/BookSpine.svg?style=flat-square
[issues-url]: https://github.com/peterfriese/BookSpine/issues[license-shield]: https://img.shields.io/github/license/peterfriese/BookSpine.svg?style=flat-square
[license-url]: https://github.com/peterfriese/BookSpine/blob/master/LICENSE[linkedin-shield]: https://img.shields.io/badge/-LinkedIn-black.svg?style=flat-square&logo=linkedin&colorB=555
[linkedin-url]: https://linkedin.com/in/peterfriese[product-screenshot]: assets/screenflow.png
[product-demo]: assets/demo.gif
[product-screenshot]: assets/screenshot.png "Screenshot of BookSpine, a replication of the iOS Reminders app"