A NodeJS app that can parse CSV files and display them in a eye pleasing manner. It has functionalities for sorting the columns, searching for specific rows and is pagination enabled.
Link - https://csv-reader-cc.herokuapp.com/
Clone the project
git clone https://github.com/rajarshisg/CSV-Parser.git
Go to the project directory
cd CSV-Parser
Install dependencies
npm install
Start the server
npm start