What I did
I created a website where you can generate your business card in the style of Patrick Bateman’s in the movie American Psycho. As a big fan of American Psycho this seemed like a fun day project that also helped me get into full-stack development. The actual card generation happens on a serverless Python API on Google Cloud Run, whereas the frontend is hosted by Github Pages. Cards are exported as .svg files so you can actually have them printed if you’d want to. Most printers accept .svg format and/or a derived .pdf file.
What I still want to do
- Nothing, maybe make the page itself a bit prettier, it’s not meant to be a big project.