A clean, minimalist Bitcoin (BTCUSDT) price tracker with real-time updates and 24-hour price chart. Optimized for 24/7 monitoring on mobile devices and desktop browsers.
- β‘ Real-Time Price Updates - WebSocket connection provides instant price changes (multiple updates per second)
- π 24-Hour Chart - Interactive line chart showing last 24 hours of price movement with 1-minute candles
- π¨ Dynamic Color Coding - Green for price increases, red for decreases
- π± Mobile Optimized - Responsive design for both portrait and landscape modes
- π₯οΈ Fullscreen Mode - Immersive chart view with auto-hiding controls
- π Battery Efficient - Pauses updates when tab is hidden or backgrounded
- π Zero Backend - Pure frontend, no server required
- βοΈ Auto-Reconnect - WebSocket automatically reconnects if connection drops
- HTML5/CSS3/JavaScript - Pure vanilla JS, no frameworks
- Chart.js - Lightweight charting library
- Binance WebSocket API - Real-time price streaming
- Binance REST API - Historical candlestick data
- Fork or clone this repository
- Go to Settings β Pages
- Set source to
mainbranch - Your site will be live at
https://yourusername.github.io/repo-name
- Visit netlify.app/drop
- Drag and drop the
index.htmlfile - Get instant URL (e.g.,
crypto-tracker-abc123.netlify.app)
Simply open index.html in any modern browser. No build process required!
git clone https://github.com/yourusername/btc-tracker.git
cd btc-tracker
# Open index.html in your browser