Crypto-Dashboard
Crypto Dash is a React + TypeScript dashboard that surfaces live market data from the CoinGecko API. Track prices, volumes, market caps, and detailed metrics for any listed asset—all rendered with Tailwind UI components and Chart.js visualizations.

Overview
CryptoDash is a client-rendered single-page application (SPA) for exploring cryptocurrency market data in real time using the public CoinGecko REST API. It is built with React 19 and TypeScript on top of Vite 7, and emphasizes fast feedback in development (HMR), strongly-typed API integration, and a responsive, utility-first UI powered by Tailwind CSS 4. The app is deployed as a static frontend (e.g., on Vercel) and communicates directly with CoinGecko from the browser—no server component or API key is required for the default setup. At a high level, the application is organized around two core experiences: A market overview (“Home”) screen that loads a configurable slice of the market (20–500 assets) and provides client-side filtering and sorting for discovery. A coin details screen that fetches full metadata and recent time-series pricing for a selected asset, presenting both descriptive context and quantitative metrics with a small embedded chart.
Gallery
