An open API service indexing awesome lists of open source software.

https://github.com/mor4eza/shopingapp


https://github.com/mor4eza/shopingapp

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ShopingApp
simple iOS App written in ``swift 5``, ``MVVM``, ``Combine`` and ``CompositionalLayout``

---

## Installation

ShoppingApp requires [Cocoapods](https://cocoapods.com/) to install dependecies.

clone the repo and run:

```rubby
pod install
```
then open ``ShoppingApp.xcworkspace`` file.

---
## Screen Shot


accessibility text

---
## TODOS
- [ ] Add More Unit Tests.
- [ ] Handle More Errors.
- [ ] Use SPM as Dependency Manager. (duo to xcode 12.3 bug, i had to use cocoapods as DM) [More Info](https://developer.apple.com/forums/thread/696504)
- [ ] Add Animations And Themes.