A cross-platform mobile application that allows user to match and like eact other's profile and then chat. Implemented an algorithm to detect matches
Run the command below in order to install the latest versions of the dependencies
$ npx expo install
$ npx expo start
This build standalone application distributables .
$ eas build --platform android
$ eas build --platform ios
Check out Expo's docs on releasing standalone builds for more info