A personal project to build a React Native iOS and Android app that helps you create delicious cocktails with the ingredients you have on hand.
01
Allow the user to search, filter, and sort the recipes by ingredients the have on hand, base liquor, style, etc… to find the perfect drink they can make.
Allow users to take pictures of the liquor bottles they have on hand and use Clarifai’s AI powered photo recognition to and add it to their local inventory on the phone.
The backend uses Supabase with custom MySQL functions for advanced queries.
Tests created using Jest and Enzyme with Typescript for type checking.