/csv-filter-order-generator

Filter orders of CSV file and generate two CSV files with most common orders and average quantity

Primary LanguageJavaScript

CSV filter order generator

Filter orders of CSV file and generate two CSV files with most common orders and average quantity

Live Demo

link to demo website

https://csv-filter-orders-generator.netlify.app/

Steps

  • Upload CSV file of online orders
  • 2 CSV Files will immediately show, then click on the name of the file to download the generated filtered data

Run Locally

Clone the project

  git clone https://github.com/Abdo-Hassan/csv-filter-order-generator.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start