An iOS app that converts the most used cooking measurements(mL -> cup, tbsp. -> fl. oz., etc...) with a simple and intuitive UI.
Home | Settings | Dark Mode |
---|---|---|
Converting | Reversing | Changing Language |
- Swift
- Publishing to App Store
- MVVM
- Internationalization
- Accessiblity
- Unit testing(XCTest)
- UI testing(XCUITest)
- SwiftUI
- NotificationCenter to observe notifications
- Add option to select item to be converted(flours, sugar, rice...), to improve precision by using item's density.
- Allow conversions between items from the same category(e.g. g -> ounce, tbsp. -> cup)
- Add more animations.
- Add more automated tests.