top | item 41935999

(no title)

Atallapr | 1 year 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!

discuss

order

timeon|1 year ago

Nothing against using what you want, but isn't React bit overkill here? (For one input and one image).

Atallapr|1 year ago

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.