https://github.com/mor4eza/shopingapp
https://github.com/mor4eza/shopingapp
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/mor4eza/shopingapp
- Owner: Mor4eza
- Created: 2022-02-27T07:47:27.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-08T06:13:16.000Z (over 4 years ago)
- Last Synced: 2025-01-30T04:16:28.489Z (over 1 year ago)
- Language: Swift
- Size: 1.01 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
---
## 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.