-
clone this repo and open with your favorite code editor
-
make sure you are checked out to
masterbranch -
to run the app
npm installthennpm start
-
In the title of the header, it displays
5 ordersbut there are6 ordersin the table. We want to display thetotalnumber ofordersin the header title -
In the table order submitted date is missing, we have timestamp data included in the
src\assets\timeStamps.jsonwith the corresponding ids, please combine that with the order data and make sure the order submitted date is being displayed in the table -
Order Volume cell is displaying USD values, can you please make it display the currency value selected on the dropdown located in the header of the dashboard
-
Can you please add search feature on the order IDs with the search bar given in the header
-
Please clear the console errors and warnings.
-
When user selects an order, can you populate the Card on top of the listing component as shown in the image
- run storybook
npm run storybook
- Please add storybook to one of the components