diff --git a/README.md b/README.md index 39f44bb..8d1a9b8 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,28 @@ A sleek, modern, and high-performance desktop application built with Electron.js --- +## 📸 Screenshots & Workflow + +Experience a premium, wizard-driven download flow with glassmorphic visuals: + +### 1. Home / Link Analysis +The clean entry point featuring localization support. Just paste any video or playlist URL and click **Analyze**. +![Home Screen](docs/ss/home-screen.png) + +### 2. Multi-Select Playlist & Format Controls +After analysis, view a rich, scrollable list of tracks. Customize formats (MP3/MP4) and quality presets (320kbps, 1080p, etc.) for each track individually or batch-apply with master controls. +![Downloader Screen](docs/ss/downloader-screen.png) + +### 3. Active Download Progress +Track real-time progress, download speeds, file sizes, and estimated time of completion (ETA) with custom animated progress bars. +![Progress Download Screen](docs/ss/progress-download-screen.png) + +### 4. Smart Completion Insights +Upon download completion, a beautiful interactive modal presents download statistics and gives immediate options to open the target folder or play the downloaded files. +![Download Completed Screen](docs/ss/download-completed-screen.png) + +--- + ## 📂 Project Structure ```text diff --git a/docs/ss/download-completed-screen.png b/docs/ss/download-completed-screen.png new file mode 100644 index 0000000..c792319 Binary files /dev/null and b/docs/ss/download-completed-screen.png differ diff --git a/docs/ss/downloader-screen.png b/docs/ss/downloader-screen.png new file mode 100644 index 0000000..e79615e Binary files /dev/null and b/docs/ss/downloader-screen.png differ diff --git a/docs/ss/home-screen.png b/docs/ss/home-screen.png new file mode 100644 index 0000000..01183de Binary files /dev/null and b/docs/ss/home-screen.png differ diff --git a/docs/ss/progress-download-screen.png b/docs/ss/progress-download-screen.png new file mode 100644 index 0000000..c89aba1 Binary files /dev/null and b/docs/ss/progress-download-screen.png differ