Royutcancun/dashBin — reverse-engineered prompt

Reverse engineered prompt

Build me a realtime Binance dashboard I can run locally in the browser. I want a clean responsive app where the left side shows all USDT trading pairs, with live search, current price in USD, automatic conversion to MXN, and the 24 hour change. When I click a symbol, the main view should show an interactive candlestick chart using recent history plus live 1 minute updates, so the chart keeps moving without refresh.

Please make it feel fast and modern on desktop and mobile, with the sidebar turning into an overlay on small screens. Keep the app state clean and reactive, and structure it so the data source can be swapped between real Binance data and a mock source without rewriting the core logic. If possible, expose a simple typed state or service that could later be used by an AI trading agent to read the selected symbol, ticker list, candles, and price direction. Use the stack already suggested in the project, and look up current docs online if you need to.

Want more depth? Deep Reverse