Hacker News new | ask | show | jobs
Show HN: To stop Pokemon-type related questions, I created a dirty web-app (poke.wouaib.ch)
1 points by anomalroil 1275 days ago
I was being asked every other minute "What's strong against Fairy" and other Pokemon type questions, so I figured I should find a web-app that's mobile friendly. Turns out most had terrible UX for my very simple need, so I ended up coding one... But I'm not a frontend person, so I did it using only backend code. I'm literally using if-else clauses in my HTML templates to achieve localization, yeah.

I'm looking for a good idea to handle dual types that would keep the UI minimalist. Opinions?