Fetch!
Platforms: Mobile
Team Size: 1
Dates: Aug 2025
Fetch! is a simple dog-owner matching application, showing users numerous dog breeds users can “Like” or “Dislike” in a carousel view. These breeds will be stored in SQLite databases based on the email provided in the login screen; the user can search preferred breeds of based on emails.
In order to generate the dog breeds, the application fetches 10 breeds using Dog CEO’s DogAPI as a provider. When the user finishes selecting all breeds, they can choose to see more, and are reminded of a breed they liked.
Fetch! is a React-Native application designed for Expo. In order to provide a seamless and dynamic integration, various hooks and customizable packages were implemented, in special, react-native-reanimated-carousel provides the opportunity to create a “Tinder-like” experience, developing a familiar “matching” experience to the user.
Fetch! also served as opportunity to develop my front-end abilities, being able to engineer various React views, gradients, useEffect hooks, etc.
Core Focus: Database Manipulation, React Native Usage
Bonus: Developed front-end abilities