Quản lý kèo airdrop chuyên nghiệp, chạy native trên PC.
# Cài dependencies
npm install
# Chạy app
npm start# Build cho Windows (.exe)
npm run build:win
# Build cho macOS (.dmg)
npm run build:mac
# Build cho Linux (.AppImage)
npm run build:linuxFile cài đặt sẽ nằm trong thư mục dist/.
- 🖥️ Desktop app native (Electron) - không cần trình duyệt
- 📊 Dashboard thống kê tổng quan
- ➕ Thêm / Sửa / Xóa / Nhân bản dự án
- 🔍 Tìm kiếm nhanh (Ctrl+K)
- 📂 Phân loại: DeFi, Layer 2, Infra, AI, DePIN, Social, Gaming
- 🏷️ Trạng thái: New → Farming → Pending → Waiting → Done / Failed
- 🔴🟡🟢 Mức ưu tiên: Cao / Trung bình / Thấp
- ✅ Quản lý task checklist cho từng dự án
- 📤 Export / Import JSON backup
- 💾 Lưu trữ tự động (không mất dữ liệu khi tắt app)
- 🌙 Dark theme chuyên nghiệp
- 📋 Chi tiết dự án (double-click để mở panel)
- 🖱️ Right-click context menu
- 🔗 Mở link trực tiếp từ app
airdrop-manager/
├── main.js # Electron main process
├── preload.js # Security bridge
├── package.json # Config + build settings
├── renderer/
│ └── index.html # Giao diện chính
├── assets/
│ └── icon.png # App icon
└── dist/ # Build output (sau khi build)
Dữ liệu được lưu tại: {userData}/projects.json
- Windows:
C:\Users\{user}\AppData\Roaming\airdrop-manager\projects.json - macOS:
~/Library/Application Support/airdrop-manager/projects.json - Linux:
~/.config/airdrop-manager/projects.json