https://github.com/marcomempin/happyshop
Simple Shopping Cart App implementation
https://github.com/marcomempin/happyshop
iglistkit moya swift-3 swiftyjson
Last synced: about 1 month ago
JSON representation
Simple Shopping Cart App implementation
- Host: GitHub
- URL: https://github.com/marcomempin/happyshop
- Owner: marcomempin
- Created: 2017-09-05T08:40:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-06T07:09:08.000Z (over 7 years ago)
- Last Synced: 2025-02-01T16:11:19.029Z (3 months ago)
- Topics: iglistkit, moya, swift-3, swiftyjson
- Language: Swift
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HappyShop
Simple Shopping Cart App implementation# Details about this project
Hello internet! This is my first public repository (Hopefully and definitely not the last!) that I've published to GitHub. This project uses the following frameworks:
- [IGListKit](https://github.com/Instagram/IGListKit) -> v3.0.0
- [Moya](https://github.com/Moya/Moya) -> v8.0.5
- [SwiftyJSON](https://github.com/SwiftyJSON/SwiftyJSON) -> v3.1.4
There's still a lot of stuff that I want to add over time, so keep a look out!
Stay Awesome!
Marco# Installation
1. Clone the project.
2. Open Terminal or your preferred terminal emulator.
3. Change your director to the project.
4. Run `pod install`.
5. Run `open Happy \Shop.xcworkspace`.
6. Enjoy the app.