hereās mine (link below). itās simplistic - i tried to get most of the functionality of the example app found at https://correcthorsebatterystaple.net/
i took advantage of an API that i found in github that can handle requests like these:
https://random-word-form.herokuapp.com/random/noun/a (random noun starting with āaā)
https://random-word-form.herokuapp.com/random/adjective/f (random adjective starting with āfā)
https://random-word-form.herokuapp.com/random/animal/s (random animal starting with āsā)
unfortunately there is no such call available for verbs.
the first call may be slow because apparently it has to āwake upā the API from the server firstā¦
hereās PASSGEN - my password generator:
https://x.thunkable.com/copy/28dcd770f1029d21293f28d1d6b1b833
