A basic employee information table with search and filtering built in React.
For running the development version, clone the repo and run npm run start
.
Open the filter controls by clicking the gear icon above the table. There, you can filter by full name, role, or state. You can also search the table from the search input. To clear the search and filters, click the Clear filters link.
React, React Testing Library, and react-bootstrap-table-2 libraries and their documentation were used extensively for this project.
Licensed under the MIT license.
Contributions are welcome. If you are interested in contributing to this project, please open a pull request. Bug fixes, tests, new features, and documentation updates/fixes are all encouraged.
There are some React Testing Library tests that can be run with npm run test
.
Please contact me via email at goul0076@gmail.com with any questions.