Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Airdrop Manager - Desktop App

Quản lý kèo airdrop chuyên nghiệp, chạy native trên PC.

📦 Cài đặt & Chạy

# Cài dependencies
npm install

# Chạy app
npm start

🔨 Build thành file cài đặt

# Build cho Windows (.exe)
npm run build:win

# Build cho macOS (.dmg)
npm run build:mac

# Build cho Linux (.AppImage)
npm run build:linux

File cài đặt sẽ nằm trong thư mục dist/.

✨ Tính năng

  • 🖥️ 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

📁 Cấu trúc

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

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

About

🚀 Airdrop Manager - Desktop app quản lý kèo airdrop

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages