Skip to content

Interlincx/challenge-table-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table View Challenge

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:
Peek 2019-07-26 17-08

Setup & Running

  • Run npm i to install dependencies
  • Run npm start to start catalog - check the docs for more information

Rules

  • Create a component table-view in /src and add it's path and docs in /catalog
  • There is already 2 created general purpose components Select and Table use 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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors