Show HN: I Am Pickle Rick
iampicklerick.com
Show HN: I Am Pickle Rick
1–10 of 70 posts
Re: Show HN: I Am Pickle Rick
#2Re: Show HN: I Am Pickle Rick
#3Re: Show HN: I Am Pickle Rick
#4Re: Show HN: I Am Pickle Rick
#5I am confused, Rick.
Re: Show HN: I Am Pickle Rick
#6Re: Show HN: I Am Pickle Rick
#7Re: Show HN: I Am Pickle Rick
#8Re: Show HN: I Am Pickle Rick
#9This is a silly site based on the Rick and Morty clip of Rick turning himself into a pickle [1] (because ??? he could). The amusement comes from Rick revealing he is the pickle, so I turned that into a command line 'surprise'. When you type "flip-pickle" into the mock-terminal, an asciiart image of Rick the pickle is shown.
That's it... lol. A simple and silly project. I considered making it more of a text adventure, but honestly two days of dev time is more than enough for this app!
Plus I now know how to use a mock-terminal in React, so I learned something. :)
If you are interested in the tech, this is a single page app (SPA) built in ReactJS using the terminal-in-react [2] library. Deployed with docker-compose on my Hetzner server, utilizing Cloudflare. It has 4 sizes of asciiart for different screen sizes, so it works decently well on mobile and desktop. And the favicon! lol.
But back to the serious work.
[1] https://www.adultswim.com/videos/rick-and-morty/its-pickle-r...
Re: Show HN: I Am Pickle Rick
#10Hey HN! This is a silly site based on the Rick and Morty clip of Rick turning himself into a pickle [1] (because ??? he could). The amusement comes from Rick revealing he is the pickle, so I turned that into a command line 'surprise'. When you type "flip-pickle" into the mock-terminal, an asciiart image of Rick the pickle is shown. That's it... lol. A simple and silly project. I considered making it more of a text ad…