BF
Brandon Fox
Exchange Accounts - Copy this React, Tailwind Component to your project
Create an Exchange Accounts component that contains the following elements: 1) Exchange Name (i.e. Coinbase, Apex) 2) All the current Positions in that exchange (i.e. .25 BTC, 1.2 ETH, 1234 USDC). For each position, show the current price and the the current dollar value of that position. I'd like an Add Account button that invokes a popup that allows the user to select from a list of supported exchanges, along with the exchange API key and Secret. The UI should be able to hold multiple exchanges, each with multiple positions. So make sure that the design is expandable to accommodate various situations.
Prompt
