Hacker News new | ask | show | jobs
by ecshafer 604 days ago
People trying to sell people ozempic and other glp-1 compounds.
1 comments

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!
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.