Real-time dashboard tracking liquidations on Binance Futures.
- 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
improve audioimprove search function- allow users to customise feed to thier liking.
- make feed resizeable & draggable.
# 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