https://github.com/amirdaliri/bookstore_amirdaliri
https://github.com/amirdaliri/bookstore_amirdaliri
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amirdaliri/bookstore_amirdaliri
- Owner: AmirDaliri
- Created: 2020-11-19T16:33:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-20T13:57:41.000Z (over 4 years ago)
- Last Synced: 2025-02-13T14:41:28.810Z (3 months ago)
- Language: Swift
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BookStore
### Installation
Run the following command to clone.```bash
$ git clone https://github.com/AmirDaliri/BookStore_AmirDaliri.git
$ cd BookStore_AmirDaliri
$ open -a Xcode BookStore.xcworkspace
```## Tech Detail & Architectural Detail
- MVVM Design Pattern
- Alamofire Network Layer
- ObjectMapper to implement Data models
- XIB and @IBOutlet to implement UI
- CoreData to implement Fave tab
- Functional Parametric Comments.
- Atomic commits to clear changes.