Crypto Grid is a hobby project that visualizes the market dominance of the top 20 cryptocurrencies. It displays relative dominance in a grid-based layout, using dynamic data and interactive visuals to provide a snapshot of how the crypto market is distributed among leading coins.
This project is built with modern web development tools and libraries:
- React 19 – for building UI components
- D3.js (v7) – for data visualization
- D3-Hierarchy – for rendering hierarchical layouts
- TypeScript – for type-safe development
- Vite 6 – for lightning-fast build and development tooling
- ESLint – for code quality and consistent style
- REST API – used to fetch and update data dynamically from CoinGecko for real-time cryptocurrency market data
Clone the repository and install dependencies:
git clone https://github.com/bartek2050/crypto-grid
cd crypto-grid
npm install