šŸŽØ WDC #10 Can you re-create Randall's password generator?

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

3 Likes