https://github.com/helloitshessam/library
A simple project with SwiftUI. In this project, it displays a list of favorite books and the details of each one.
https://github.com/helloitshessam/library
alamofire async clean-architecture mock-server mvvm swift swiftui unittest
Last synced: over 1 year ago
JSON representation
A simple project with SwiftUI. In this project, it displays a list of favorite books and the details of each one.
- Host: GitHub
- URL: https://github.com/helloitshessam/library
- Owner: helloItsHEssam
- Created: 2023-09-29T20:19:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-01T15:49:41.000Z (over 2 years ago)
- Last Synced: 2025-01-23T11:35:53.094Z (over 1 year ago)
- Topics: alamofire, async, clean-architecture, mock-server, mvvm, swift, swiftui, unittest
- Language: Swift
- Homepage:
- Size: 1.7 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Library 
A simple project with Swift UI. In this project, it displays a list of favorite books and the details of each one.
## Screenshots 🌃
favorite Books | Detail of Book
:-------------------------:|:-------------------------:
|
## The tech stack used in this project 🛠
- SwiftUI
- MVVM + clean architecture
- Unit Test + MockURL
- async / await (Structured concurrency)
- Http client (Alamofire)
## Usage
1. Clone the repository:
``` bash
git clone https://github.com/helloItsHEssam/Library.git
```
2. Clone the server repository and run it:
``` bash
git clone https://github.com/helloItsHEssam/libraryServer.git
```
3. For more information about the server and how to run check the below link:
``` bash
https://github.com/helloItsHEssam/libraryServer
```
### Contributing 🤝
Contributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request with your changes.
## License
Please check [LICENSE](LICENSE) for details.