Skip to content

Commit e1b8dcd

Browse files
authored
Update README.md
1 parent d27ec7f commit e1b8dcd

1 file changed

Lines changed: 10 additions & 20 deletions

File tree

README.md

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# CSV Country Filter
2-
> A simple browser-based tool to filter CSV files by country calling code.
2+
> A lightweight browser-based tool that lets you upload a CSV, detect phone number country codes, and download a filtered file — fast, secure, and fully client-side.
3+
4+
---
5+
6+
## 🎬 Demo
7+
<p align="center">
8+
<img src="img/screenshots/CSV-Country-Filter.gif" alt="CSV Country Filter Demo" width="800"/>
9+
</p>
10+
11+
---
312

413
## 🚀 Overview
514
CSV Country Filter lets you upload a CSV file, select the column containing phone numbers, automatically detect country calling codes, and export only the rows that match your selected country.
@@ -17,25 +26,6 @@ Everything runs in your browser — no backend, no uploads, no data sharing.
1726

1827
---
1928

20-
## 📸 Screenshots
21-
22-
### 1️⃣ Upload CSV File
23-
<p align="center">
24-
<img src="https://github.com/AmitDas4321/CSV-Country-Filter/blob/main/screenshot1.png" alt="Upload CSV File Screenshot" width="800"/>
25-
</p>
26-
27-
### 2️⃣ Detect Country Codes
28-
<p align="center">
29-
<img src="https://github.com/AmitDas4321/CSV-Country-Filter/blob/main/screenshot2.png" alt="Detect Country Codes Screenshot" width="800"/>
30-
</p>
31-
32-
### 3️⃣ Download Filtered File
33-
<p align="center">
34-
<img src="https://github.com/AmitDas4321/CSV-Country-Filter/blob/main/screenshot3.png" alt="Download Filtered CSV Screenshot" width="800"/>
35-
</p>
36-
37-
---
38-
3929
## 📂 How to Use
4030
1. Visit the live app → **[https://amitdas4321.github.io/CSV-Country-Filter/](https://amitdas4321.github.io/CSV-Country-Filter/)**
4131
2. Upload your `.csv` file.

0 commit comments

Comments
 (0)