Filter orders of CSV file and generate two CSV files with most common orders and average quantity
link to demo website
https://csv-filter-orders-generator.netlify.app/
- 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
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