Hacker News new | ask | show | jobs
by Atallapr 608 days ago
If it helps, I’m not storing any user data. There’s no backend or database, the app just looks up values in a static json. Just copied the ui code from chatgpt and put it into a react app. The only thing I’m tracking is page views!
1 comments

Nothing against using what you want, but isn't React bit overkill here? (For one input and one image).
it definitely is, but I use it at work and find it to be pretty readable. Since I was asking gpt to write most of it I wanted it to be in a framework I could easily understand and work in as well.