A clean, modern, and distraction-free cryptocurrency monitoring dashboard.
Built with beautiful UX in mind — track live prices, spot trending coins, analyze market sentiment, and view global metrics in one elegant interface.
preview.mp4
- Live Price Cards — Real-time prices with sparklines (PAXG, BNB, AVAX, etc.)
- Trending Coins & Top Gainers — Discover hot movers with leaderboards
- Global Market Cap — Total cap + 24h volume with interactive historical charts (7d/30d/1y)
- Fear & Greed Index — Visual gauge showing market sentiment
- Bitcoin Analysis — Depth chart, sentiment, and dominance breakdown
- Comprehensive Market Table — Sortable top assets with price, volume, cap, and 7d change
- Global Search — Instantly find any cryptocurrency
- Mobile Navigation — Responsive sidebar + drawer for mobile
- Premium Dark UI — Clean, distraction-free design
| Technology | Purpose |
|---|---|
| React 19 | Frontend UI Framework |
| Vite | Development build tool |
| Tailwind CSS v4 | Styling |
| Recharts | Charting library |
| Lucide React | Icon system |
| Binance / CoinGecko API | Real-time market data |
| ESLint | Code linting |
Clone the project and run locally.
# Clone the repository
git clone https://github.com/zedxihan/cryptolens.git
cd cryptolens
# Switch to the active development branch
git checkout development
# Install dependencies
npm install
# Start the development server
npm run devOpen: http://localhost:5173
src/
├── components/
│ ├── layout/ # Header, Sidebar, Mobile Drawer
│ ├── cards/ # Price cards, stat cards
│ ├── charts/ # Recharts components
│ └── ui/ # Reusable UI elements
├── pages/ # Dashboard pages
├── hooks/ # Custom React hooks
├── utils/ # Helper functions
├── App.jsx
└── main.jsx
- Core dashboard UI + responsive layout
- CoinGecko API integration
- Global market charts
- Fear & Greed gauge
- BTC dominance & sentiment
- Trending / Top Gainers
- Global search
- Mobile navigation
- Portfolio tracker & watchlist
- Individual coin pages
- Price alerts & notifications
- Light mode toggle
- PWA support
- Performance optimizations
Contributions are welcome!
- Fork the repository
- Create your branch
- Commit changes
- Push to GitHub
- Open a Pull Request
Distributed under the MIT License.
If you like this project:
- ⭐ Star the repo
- Share it
- Support via Patreon
Made with ❤️ by zedxihan