Closed YuqingCheng closed 6 years ago
Build reusable components as separate .jsx file for future use, such as the component displaying market-price.
As for the market-price monitoring, it seems the professor requires to use websocket instead of simple ajax: "App shows monitored cryptocurrency prices for all exchanges - websockets push current prices to browser in real time."
Build the Coin info page, implement ajax for market-price and historical data using the Coinbase API (curl), pass the coin type as parameter through browser path. All component state should be handled through store.
Please put all api ajax in the api.js file.