/CSV-Parser

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.

Primary LanguageJavaScript

CSV-Parser

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.

Deployment

Link - https://csv-reader-cc.herokuapp.com/

Run Locally

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

Screenshots

1csv

2csv

Authors