Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 791 Bytes

README.md

File metadata and controls

37 lines (27 loc) · 791 Bytes

Binance Liquidations Dashboard

Real-time dashboard tracking liquidations on Binance Futures.

🚀 Live Website

View Live Website

✨ Features

  • Real-time liquidation data from Binance WebSocket
  • Filtering by symbol and amount
  • Gamified exp
  • Dark/Light mode toggle
  • Responsive design
  • Statistical overview of liquidations
  • Sound notifs for liquidations

✨ TODO

  • improve audio
  • improve search function
  • allow users to customise feed to thier liking.
  • make feed resizeable & draggable.

📦 Installation

# Clone repository
git clone https://github.com/Mohamed1756/Crypto-Liquidation-Feed/

# Install dependencies
npm install

# Run development server
npm run dev

# Build for production
npm run build