🚀 Built a real-time crypto dashboard handling live market data using WebSockets. 🚀 Real-time trade streaming with WebSocket-based updates
- 📡 Real-time crypto price updates using WebSockets
- 📊 Live trade tracking and market insights
- ⚡ Fast and responsive UI
- 🌐 Supports multiple cryptocurrencies
- 📈 Interactive data visualization
- Frontend: Next.js, React, Tailwind CSS
- Backend/Data: WebSockets, CoinGecko API
- Deployment: Vercel
https://coin-pluse1-kfmvqznl6-pranay-kumar-jhas-projects.vercel.app/
📊 Market Overview
- Fetches initial market data from CoinGecko API
- Establishes a WebSocket connection for real-time updates
- Streams live trade and price data
- Efficiently updates UI without full re-render
- Handling real-time data updates efficiently
- Managing WebSocket connections and reconnections
- Optimizing UI rendering for live updates
- User authentication
- Portfolio tracking
- Advanced candlestick charts
- Watchlist feature
git clone https://github.com/Pranaykumarjha/CoinPluse1.git
cd CoinPluse1
npm install
npm run devThis project demonstrates the ability to work with:
- Real-time systems
- External APIs
- Modern frontend architecture
- Performance-focused UI updates