This project was bootstrapped with Create React App.
before starting please install node modules with
In the project directory, you can run to start application:
Runs the app in the development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see any lint errors in the console.
I could have added following featues if had more time.
- Instead of table we should use some grid with Virtualization for better performace.
- Adding debounce on service call to avoid unnecessary calls on filters
- Should have added more test cases for services and other components.