Simple iOS m-commerce application implemented with usage of FakeStore REST API as a data source. It allows user browsing products and adding them to the virtual shopping cart.
FakeStore API - https://fakestoreapi.com.
The application was implemented with usage of:
- Cocoa Pods for third-party libraries menagement
- UIKit for presentation layer
- Realm as local database
- Alamofire for retrieving data from API
- Clone this repository.
- Open shell window and navigate to project folder.
- Run
pod install
. - Open
mShop.xcworkspace
and run the project on selected device or simulator.
FakeStore API - https://fakestoreapi.com.