This project contains source code and supporting files for a mobile application that allows two users to swipe through multiple names for their pet and see which ones they both like. The repository contains the following:
The app
directory contains source code for the mobile application. It is built using Typescript and react-query.
The backend
directory contains source code for the serverless backend for the mobile app. It is scaffolded using the SAM framework and uses a DynamoDB backend for data storage. It is written in Typescript.