Skip to content

aryans1319/assignment-question-1

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

  • clone this repo and open with your favorite code editor

  • make sure you are checked out to master branch

  • to run the app npm install then npm start

Please fix the following issues

  1. In the title of the header, it displays 5 orders but there are 6 orders in the table. We want to display the total number of orders in the header title

  2. In the table order submitted date is missing, we have timestamp data included in the src\assets\timeStamps.json with the corresponding ids, please combine that with the order data and make sure the order submitted date is being displayed in the table

  3. 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

  4. Can you please add search feature on the order IDs with the search bar given in the header

  5. Please clear the console errors and warnings.

  6. When user selects an order, can you populate the Card on top of the listing component as shown in the image

alt text

Bonus

  • run storybook npm run storybook
  1. Please add storybook to one of the components

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 70.3%
  • CSS 16.7%
  • HTML 13.0%