CryptoScope is a real-time cryptocurrency analytics dashboard built to track live market trends, monitor asset performance, and explore technical indicators through interactive visualizations.
Designed with a fintech-inspired approach, CryptoScope provides users with live market data, technical indicators, gainers/losers tracking, and simulated trading insights in a clean dashboard experience.
Frontend: https://crypto-scope-iota.vercel.app/
Backend API: https://cryptoscope-po25.onrender.com
- Real-time cryptocurrency price tracking (BTC, ETH, PAXG, and more)
- Live market cards with price movement and 24h percentage change
- Top gainers and losers dashboard
- RSI (Relative Strength Index) for momentum analysis
- Moving Average indicators for trend tracking
- Timeframe-based market visualization
- Interactive historical charts
- Timeframe selection for market analysis
- Asset-level analytics and trend exploration
- Dedicated crypto news section (currently UI-focused)
- Simulated copy trading dashboard (UI prototype for future implementation)
- Basic profit and loss tracking simulation
- Responsive dashboard design
- Loading skeleton screens for smoother UX
- Multi-page modular architecture
- React
- TypeScript
- HTML/CSS
- REST APIs
- Node.js
- Express.js
- CoinGecko API
- Cryptocurrency market APIs
CryptoScope/
βββ dashboard/ # Frontend (React + TypeScript)
βββ server/ # Backend APIs & data handling
git clone YOUR_REPO_LINK
cd CryptoScopecd dashboard
npm install
npm run devcd server
npm install
npm start- Real-time WebSocket-based streaming
- Advanced trading indicators
- Portfolio tracking
- Real copy-trading integration
- Dark mode support
- Authentication system
- Enhanced crypto news aggregation
CryptoScope was built to explore the intersection of fintech, real-time analytics, and frontend/backend engineering while gaining hands-on experience with APIs, market visualization, and technical indicators.