Our App is a gamified dog breed identifier. You take a picture of a dog and it will match with a breed. It will give you a card with some fun facts about the breed. These will be shown within the gallery. You can see how many of the 50 you have collected and compare with friends on the app. If you take a picture and it is'nt a collectable you have the option to save it anyway.
Hosted at https://gone-for-a-bork.web.app/
Copy the code https://github.com/pippaamy/dog-react-native.git from GitHub
Using the terminal use the command git clone https://github.com/pippaamy/dog-react-native.git
to clone the project to your file
To open this file on your VSCode cd into the file and use the command code .
You will need to run npm i --legacy-peer-deps
to install your dependencies
If you want to run the app on your phone you will need to install Expo Go on your phone
Use the command expo start
or npx expo start
to start the app. You can either scan the QR code with your phone or pressing w
to start the app via the web.