edwinaquino/cloudflare-api-app ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple React app that helps me see all the domain names in my Cloudflare account, since the Cloudflare dashboard doesn’t make exporting them easy.
I want a small page that loads the domain list from a local data file and shows it clearly in the browser, with a clean layout like a basic dashboard. It should work with the bash script in the project that pulls the Cloudflare API data and saves it into the public data folder, so after running the script and starting the app I can open localhost and see everything in one place.
Please make it easy to follow, keep the app lightweight, and include clear instructions in the README for running the script, installing dependencies, and launching the app. If anything about the Cloudflare API details is unclear, look up the current docs online if you need to.
Are you gonna build this?
make sure you review the code using coderabbit