This project is from the Code Challenge provided by Kevala involving filtering out duplicate CSV files.
In the project directory, you can run:
npm start
Runs the app in the development mode.
Open http://localhost:3000 to view it in your browser.
The page will reload when you make changes.\
npm test -- --coverage
Launches the test runner in the interactive watch mode and checks code coverage in terminal with the -- --coverage
flag.
Upload a CSV File with the appropriate headers, then select one or both of the filtering options and finally click Submit to download a filtered out CSV file.
There is a sample mock CSV file included in the repo called "Kevala-Mock-Data.csv" to use.