Cocktail Recipes App contains more than 3500 amazing recipes from all over the world. Following the recipes from professional bartenders, you can make cocktails at home and join the growing community of cocktail-makers.
In this iOS application I used SwiftUI and Combine framework to connect a custom UI with reactive data. First of all I created a project in Figma to draw the design. I receive cocktail recipes from a third-party RESTful API. I store recipes in a Firebase data store and I implemented user authorization there. I geather analytics how users interact with the app. I covered code with unit tests.