GavinLonDigital/InfoData — reverse-engineered prompt
Reverse engineered prompt
Build me a simple JavaScript web app called InfoData using the existing Client and Server setup.
The app should let someone keep track of pieces of information in one place. A user should be able to open the site, see a clean list of saved records, add a new record with a title and details, edit it later, delete it if they don’t need it, and search or filter the list so it’s easy to find things again.
Keep the design simple and friendly, with clear buttons, helpful empty states, and basic error messages when something goes wrong. The server should handle saving and loading the data for the client, and the client should feel smooth without needing a page refresh for every action.
I don’t have a README or detailed spec yet, so make sensible choices and keep the code easy to understand. Look up current docs online if you need to.
Want more depth? Deep Reverse