- By: Maggie Crocamo
- Production URL: http://p3.maggiecroc11.me
The photo in the link below was used to come up with some of the random names used to generate the pirate names
- https://pixabay.com/en/penguin-pirate-tux-animal-bandana-161356/
- https://pixabay.com/en/pirate-crossbones-skull-flag-bones-47705/
- https://pixabay.com/en/bird-cartoon-character-parrot-1297727/
- https://pixabay.com/en/pirate-skull-bone-hat-tobacco-354246/
- https://www.dreamstime.com/stock-photo-aged-pirates-treasure-map-background-illustration-image71899213
- I had a text input for the user's first name and last name. The first letter of these names is used to help generate their pirate name
- I had a radio button for the user to submit their birthday month.
- I had a checkbox that when checked, it reversed the pirate name that was output to the page.
- barryvdh/laravel-debugbar
- None
- The only bug I noticed was that I couldn't figure out how to have the chosen month (radio button) left checked off when a validation error occured on form submission. I used the old keyword with every other input and it worked as planned but I was unsure how to do this with the month buttons.