Skip to content

Files

Latest commit

18c126d · Sep 24, 2020

History

History
57 lines (34 loc) · 2.98 KB

README.md

File metadata and controls

57 lines (34 loc) · 2.98 KB

Eco-Soap Bank

Platform Swift Version License Carthage compatible Swift Package Manager compatible

Eco-Soap Bank

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.

Screenshots

app screenshot app screenshot app screenshot app screenshot app screenshot app screenshot

YouTube Demo

YouTube Demo

Contributors

Build Instructions

Requires:


  1. Clone the project
  2. In a terminal in the project directory, run carthage bootstrap
  3. Open the project in Xcode, build, and run.

App Architecture

architecture diagram

architecture diagram

This app utilizes the coordinator pattern to manage flow between views. For more on this pattern, see the following articles:

Known issues

  • 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.