A simple project with Swift UI. In this project, it displays a list of favorite books and the details of each one.
favorite Books | Detail of Book |
---|---|
- SwiftUI
- MVVM + clean architecture
- Unit Test + MockURL
- async / await (Structured concurrency)
- Http client (Alamofire)
- Clone the repository:
git clone https://github.com/helloItsHEssam/Library.git
- Clone the server repository and run it:
git clone https://github.com/helloItsHEssam/libraryServer.git
- For more information about the server and how to run check the below link:
https://github.com/helloItsHEssam/libraryServer
Contributions, issues, and feature requests are welcome! Feel free to fork the repository and submit a pull request with your changes.
Please check LICENSE for details.