Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 650 Bytes

README.md

File metadata and controls

42 lines (25 loc) · 650 Bytes

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