Show HN: I built a random dilemma generator
2 by arondeparon | 1 comments on Hacker News.
Last week my 9 year old son walked up to me and asked "Would your rather shit your pants in public or drink spoiled milk?", and I was intrigued. Turns out he did not make this up himself, but got the dilemma from a card game. A couple of nights ago I decided to digitize some of these cards and create a simple open source app for it. Just a little fun project; no monetization or bigger goal, really. Link: https://dilemma.wtf Tech stack: - Back-end: Laravel - Front-end: Plain HTML and Tailwind with a sprinkle of Alpine.js - Deployment: Laravel Forge, linked to a Hetzner VPS. Deployment triggers whenever I merge to main. The app itself is super simple. Just a bunch of markdown files and a controller that picks two random files ¯\_(ツ)_/¯
2 by arondeparon | 1 comments on Hacker News.
Last week my 9 year old son walked up to me and asked "Would your rather shit your pants in public or drink spoiled milk?", and I was intrigued. Turns out he did not make this up himself, but got the dilemma from a card game. A couple of nights ago I decided to digitize some of these cards and create a simple open source app for it. Just a little fun project; no monetization or bigger goal, really. Link: https://dilemma.wtf Tech stack: - Back-end: Laravel - Front-end: Plain HTML and Tailwind with a sprinkle of Alpine.js - Deployment: Laravel Forge, linked to a Hetzner VPS. Deployment triggers whenever I merge to main. The app itself is super simple. Just a bunch of markdown files and a controller that picks two random files ¯\_(ツ)_/¯