Implement a simple order book using React on codesandbox.io. You can google for more information.
- Two buttons, one for Buy and one for Sell
- Clicking the button will randomly generate an order
- All orders are displayed in a form (I use table) with sell on the top and buy on the bottom
- When generating an order, a fade in animation needs to be added
In the last ten minutes, asked about possible improvements in the code and how to display thousands of orders. Received notification of passing on the third day, currently scheduling an onsite interview.