Skip to content

Naga-sharvani/CryptoScope

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

16 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

CryptoScope – Real-Time Market Analytics Dashboard

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.

πŸ”— Live Demo

Frontend: https://crypto-scope-iota.vercel.app/
Backend API: https://cryptoscope-po25.onrender.com

πŸ“ŒFeatures

Live Market Analytics

  • 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

Technical Indicators

  • RSI (Relative Strength Index) for momentum analysis
  • Moving Average indicators for trend tracking
  • Timeframe-based market visualization

Historical Data Visualization

  • Interactive historical charts
  • Timeframe selection for market analysis
  • Asset-level analytics and trend exploration

Crypto News Module

  • Dedicated crypto news section (currently UI-focused)

Copy Trading (UI Prototype)

  • Simulated copy trading dashboard (UI prototype for future implementation)

Profit/Loss Simulation

  • Basic profit and loss tracking simulation

User Experience

  • Responsive dashboard design
  • Loading skeleton screens for smoother UX
  • Multi-page modular architecture

πŸ› οΈ Tech Stack

Frontend (dashboard/)

  • React
  • TypeScript
  • HTML/CSS
  • REST APIs

Backend (server/)

  • Node.js
  • Express.js

APIs

  • CoinGecko API
  • Cryptocurrency market APIs

πŸ“‚ Project Structure

CryptoScope/
│── dashboard/     # Frontend (React + TypeScript)
│── server/        # Backend APIs & data handling

πŸ“Έ Screenshots

Home Dashboard

home

Asset Detail View

assets

Copy Trading UI

copytrading

Simulate PnL UI

Screenshot 2026-06-14 152340

βš™οΈ Installation & Setup

1. Clone the repository

git clone YOUR_REPO_LINK
cd CryptoScope

2. Install frontend dependencies

cd dashboard
npm install
npm run dev

3. Install backend dependencies

cd server
npm install
npm start

Future Improvements

  • Real-time WebSocket-based streaming
  • Advanced trading indicators
  • Portfolio tracking
  • Real copy-trading integration
  • Dark mode support
  • Authentication system
  • Enhanced crypto news aggregation

🎯 Motivation

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.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors