A coffee ordering app built with Swift and Storyboard. Users can add, remove and view all coffee orders. Data is stored and changed in a coffee api
Hot Coffee App
A coffee ordering application built implementing the MVVM design pattern.
It is integrated with a coffee order api which returns JSON when sending a GET request.
MVVM Process
- To be updated…
MVP – Minimum Viable Product
Usercan open application and view all current coffee ordersUsercan create a new coffee orderUsercan delete all current coffee orders
Technologies
- Hot Coffee App is an iOS application built using Swift and Storyboard.