Grocer is an IOS application for showing the demo of a grocery app with SwiftUI. SwiftUI is a new ui toolkit/framework for building rapid and resuable ui components. My experience with swiftui was quite amazing, the ease and the rich set of api's to create almost any ui component had my heart. Being android developer i did not expected swiftui to come easily but it turned out to be opposite and i loved trying out swiftUI for fun. Here is what i created so far and i am excited to share with you all, please install and give it try thanks 😊.
- Download the Project
- Make Sure you have Mac OS Catalina
- Make Sure to Have Xcode 11.4 or higher
- Go to project directory and run
pod install
if not installed install podsudo gem install cocoapods
- run
open Grocer-IOS.xcworkspace/
to open Xcode from terminal - Make changes to make it yours.
- Search products
- Products List
- Tabs section for categories
- Navigation toolbar
- Product Details
- Actions - Favourite, Product quantity, Add to Bag
- Screens - Home, Details
- Suggestions
- Code Improvements
- Issues