My Take on the Quote Generator

I am no designer, thats for sure, its ugly. However it does mostly work. Its grabbing the planet data via API randomly. Then parsing the image link using regex from the wookieepedia page and displaying that.

Also I do not write pretty code yet! I tried cleaning up the old code and managed to break it, ctrl+z to the rescue.

Pretty cool, i like it. Its unique.

Excellent idea thanks.

Okay really stupid question, but I am having a hard time finding an answer to this I understand. How do I store that data and then grab it when I need it later? everyone is saying global variables are bad, I can’t seem to get them to work anyway. I am missing some root understanding.