Skip to content

MrTimonM/Airdrop-Tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Airdrop Hunter Dashboard

A client-side web application for tracking and managing cryptocurrency airdrops. Data is stored locally in your browser using localStorage.

Features

  • 🎯 Track multiple airdrops with detailed information
  • 🔄 Sort and filter airdrops by priority
  • 🎨 Multiple theme options
  • 📱 Responsive design for mobile and desktop
  • 💾 Local storage for data persistence
  • 📤 Export/Import functionality for data backup
  • 🔍 Search functionality

Live Preview

https://mrtimonm.github.io/Airdrop-Tracker/

Fields Tracked

  • Project Name
  • Funding Amount
  • Priority Level (High/Medium/Low)
  • Airdrop Type (L1/L2/DeFi/DAO/NFT)
  • Check-in Frequency
  • Invested Amount
  • Guide Link
  • Notes

Deployment Guide

Option 1: Fork & Deploy (Recommended)

  1. Fork the repository from MrTimonM/Airdrop-Tracker

    • Click the "Fork" button in the top right
    • Wait for the fork to complete
  2. Enable GitHub Pages in your forked repository:

    • Go to your fork's Settings
    • Navigate to "Pages" in the sidebar
    • Under "Source", select "main" branch
    • Click Save
    • Your site will be published at https://yourusername.github.io/Airdrop-Tracker

Option 2: Local Development

  1. Clone your fork:
git clone https://github.com/yourusername/Airdrop-Tracker.git
cd Airdrop-Tracker
  1. Open index.html in your browser to use locally

Data Storage

  • All data is stored in your browser's localStorage
  • Use the Export feature regularly to backup your data
  • Import feature allows restoration of backed-up data
  • Data persists until browser cache is cleared

Browser Support

  • Chrome (Recommended)
  • Firefox
  • Safari
  • Edge
  • Any modern browser with localStorage support

Security Notes

  • Data is stored unencrypted in localStorage
  • Data is stored in yours end
  • Regular backups are recommended
  • Clear browser data will erase stored airdrops

License

Distributed under the MIT License. See LICENSE for more information.

Acknowledgments

  • Font Awesome for icons
  • Various color themes inspired by popular design systems
  • If you get any problems just create an issue

About

Track your airdrop locally or host it in free websites

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors