[Fun Share] Random Animal Images Generator!

Hello,

I am new to Thunkable X, so I converted one of my App Inventor apps into Thunkable, and here I present my results.

This app is just an app to generate random cute animal images, which cover dogs, cats and foxes. I use three APIs to get a random image from the web, and then show it in an image. The user can choose whether the result can be dogs, cats or foxes (they can choose more than one option). If they chose dogs and cats, the app will either generate a dog or a cat, but it will never generate a fox in this instance.

Screenshots here.

View my project here.

Best regards,

Gordon

3 Likes

So cool! Which api did you use? Care to share what your inspiration was?

Thanks for sharing!!

3 Likes

Thank you!

The three APIs are listed here.

https://aws.random.cat/meow

https://random.dog/woof.json

https://randomfox.ca/floof/

1 Like