Skip to content

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.

Notifications You must be signed in to change notification settings

rajarshisg/CSV-Parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published