Eco-Soap Bank is a humanitarian and environmental non-profit organization working to save, sanitize, and supply recycled hotel soap for the developing world.
The iOS app enables hotel partners to track pickups of recycled supplies, payments, administrative information, and the positive impact their contributions are having on the world.
Requires:
- Clone the project
- In a terminal in the project directory, run
carthage bootstrap
- Open the project in Xcode, build, and run.
This app utilizes the coordinator pattern to manage flow between views. For more on this pattern, see the following articles:
- https://www.hackingwithswift.com/articles/71/how-to-use-the-coordinator-pattern-in-ios-apps
- https://www.hackingwithswift.com/articles/175/advanced-coordinator-pattern-tutorial-ios
- App styling is slightly inconsistent in some spots, especially on iOS14. This is largely due to limitations in SwiftUI. Due to time constraints, these were not able to be addressed. It may be worth replacing all SwiftUI views with UIKit implementations for more customizability if time permits.
- The user cannot currently make payments due to lack of access to a working Stripe backend. Once this is available, Stripe implementation will need to be completed in the Payment module.