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 notifications for large liquidations
- improve audio
- improve search function
- allow users to customise feed to thier liking.
- make feed resizeable & draggable.
- React + TypeScript
- Chakra UI
- Zustand for state management
- WebSocket API
- Vite
- Netlify for deployment
# 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