This challenge is to create a component that uses other material-ui components like (Table, Select, Button) to filter data in
a table.
This is the expected behavior:

- Run
npm ito install dependencies - Run
npm startto start catalog - check the docs for more information
- Create a component
table-viewin/srcand add it's path and docs in/catalog - There is already 2 created general purpose components
SelectandTableuse them to create your component. If you need to edit them it's ok but keep in mind that they will be used in other component for other purposes. - Write tests for the components you'll create.
- Keep in mind that this component will use different types of data not only the table data provided in this challenge.
- Follow these coding style guidelines
- Be creative.