This app displays the image of a Rick and Morty character if the provided name matches one.
- Only one image is displayed.
- Only exact matches (full names) will be shown, no subsets or partial names.
- I can perform a name query using the provided API.
It utilizes Expo Go. I was only able to test it on iOS devices because I could not start the Android simulator on my 2017 MacBook.
npm install
AND
npm run ios
OR
npm start