Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.74 KB

README.md

File metadata and controls

35 lines (26 loc) · 1.74 KB

SpotifyClone

An iOS app that converts the most used cooking measurements(mL -> cup, tbsp. -> fl. oz., etc...) with a simple and intuitive UI.

drawing
Home Settings Dark Mode
Screen Shot 2021-12-17 at 10 57 35 AM Screen Shot 2021-12-17 at 10 58 49 AM Screen Shot 2021-12-17 at 11 03 53 AM
Converting Reversing Changing Language
image image image



Concepts & Technologies Used/Learnt

  • Swift
  • Publishing to App Store
  • MVVM
  • Internationalization
  • Accessiblity
  • Unit testing(XCTest)
  • UI testing(XCUITest)
  • SwiftUI
  • NotificationCenter to observe notifications

Things to do

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